Jython is an implementation of the Python programming language, integrated with the Java platform. The secret to Jython's success lies in Java's architecture and tool set, and Python's rapid development. This work offers an introduction to the language, with reference material and examples.
Inhaltsverzeichnis
Foreword
Preface
Chapter 1: Introduction to Jython
Chapter 2: Jython Basics
Chapter 3: Jython Control Flow
Chapter 4: Modules and Functions
Chapter 5: Object-Oriented Jython
Chapter 6: Using Java from Jython
Chapter 7: Inheriting from Java
Chapter 8: Reflection and JavaBeans
Chapter 9: Using Swing
Chapter 10: Using Java Libraries
Chapter 11: Jython Standard Library
Chapter 12: Embedding Jython Inside Java
Chapter 13: Compiling Jython
Installing Jython
Jython Options and Registry
Jython Exceptions
Jython and CPython Differences
Java-to-Python Quick Reference
Colophon