Jython is a Java implementation of the Python programming language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is a very seamless and smooth integration with Java: from Python you have complete access to all Java libraries, can build applets, can integrate with Java beans, and can subclass Java classes in Python and vice versa. Like Python, and unlike Java, Jython can also be used interactively: just type some Jython code at the prompt and see the results immediately.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | Python |
| Operating Systems | OS Independent |
| Implementation | Java Python |
Recent releases


Release Notes: This is the first stable release of Jython in nearly 6 years, and is equivalent at a language level to the 2.2 release of Python. It contains many major new features from 2.1: new-style classes, Java List integration, a PEP 302 implementation, iterators, generators, __future__ division, support for running on modern JVMs, a new installer, SSL and non-blocking support for socket. In addition to these features, many bugs have been fixed in the meantime.


Release Notes: This version is compatible with Python 2.1.1.


Release Notes: New features include augmented assignment, list comprehensions, an extended import statement, an extended print statement, unicode regular expressions, java2 classloader support, automatic class unloading, and experimental java reload support.