Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-28 05:34
2.2

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.
標籤: Major feature enhancements

2002-01-03 19:03
2.1

This version is compatible with Python 2.1.1.
標籤: Major feature enhancements

2001-01-30 15:13
2.0

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.

Project Resources