Jython
|
Jython is an implementation of the Python programming language written in Java.
Jython programs can seamlessly import and use any Java class. Except for some standard modules, Jython programs use Java classes instead of Python modules. Jython includes almost all of the modules in standard Python programming language distribution, lacking only some of the modules implemented originally in C. For example, a user interface in Jython would be written with Swing or AWT, rather than with Tkinter. Jython has both an interpreter and a compiler.
Jython was formerly known as JPython.
As of April 2005, the current stable version of Jython is 2.1. The implementation of Jython lags behind CPython implementation, but Jython developers are now actively working on version 2.2, which consists of major enhancements such as the new style classes.
External links
- Jython Home Page (http://www.jython.org/)
- Charming Jython: Learn how the Java implementation of Python can aid your development efforts (http://www-106.ibm.com/developerworks/java/library/j-jython.html)
- Get to know Jython (http://www-106.ibm.com/developerworks/library/j-alj07064/)
- Learn how to write DB2 JDBC tools in Jython (http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0404yang/index.html)
- Download Jython Books (http://www.miex.org/book.html)de:Jython