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 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

这是第一个稳定版本Jython的近6年,并以语言水平相当于Python 2.2的发布。它包含了许多重大的2.1新功能:新型的类,Java的名单一体化,实施项目开发中心302,迭代器,发电机,__future__部门,现代JVM上,一个新的安装程序,SSL和非阻塞套接字支持的运行支持。除了这些功能,很多错误已在此期间。
标签: Major feature enhancements
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.

2002-01-03 19:03
2.1

此版本兼容的Python 2.1.1。
标签: Major feature enhancements
This version is compatible with Python 2.1.1.

2001-01-30 15:13
2.0

新功能包括增强的转让,列表内涵,扩展的import语句,扩展打印语句,Unicode的正则表达式,Java2的类装载器的支持,自动类卸载和重新加载实验的Java支持。
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