Search

The Online Encyclopedia and Dictionary

 
     
 

Encyclopedia

Dictionary

Quotes

 

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

The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy