Python for the Java Platform
Buch, Englisch, 544 Seiten, Format (B × H): 191 mm x 235 mm, Gewicht: 996 g
ISBN: 978-1-4302-2527-0
Verlag: Apress
Jython is an open source implementation of the high-level, dynamic, object-oriented scripting language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is freely available for both commercial and noncommercial use and is distributed with source code. Jython is complementary to Java.
, written by the official Jython team leads, covers Jython 2.5 (or 2.5.x)—from the basics to more advanced features. This book begins with a brief introduction to the language and then journeys through Jython’s different features and uses.
is organized for beginners as well as advanced users of the language. The book provides a general overview of the Jython language itself, but it also includes intermediate and advanced topics regarding database, web, and graphical user interface (GUI) applications; Web services/SOA; and integration, concurrency, and parallelism, to name a few.
Zielgruppe
Popular/general
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Jython Basics: Learning the Language.- Language and Syntax.- Data Types and Referencing.- Operators, Expressions, and Program Flow.- Defining Functions and Using Built-ins.- Input and Output.- Object-Oriented Jython.- Exception Handling and Debugging.- Modules and Packages for Code Reuse.- Using the Language.- Scripting With Jython.- Jython and Java Integration.- Using Jython in an IDE.- Databases and Jython: Object Relational Mapping and Using JDBC.- Developing Applications with Jython.- Simple Web Applications.- Web Applications With Django.- to Pylons.- GUI Applications.- Deployment Targets.- Strategy and Technique.- Testing and Continuous Integration.- Concurrency.