Jython
From open-encyclopedia.com - the free encyclopedia.
Jython is a version of Python that's written in Java and that runs in the Java environment.
Jython programs can seamlessly import and use any Java class. Except for some standard modules, Jython programs use Java classes instead of Python modules. 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.
External links
- Jython Home Page
- Charming Jython: Learn how the Java implementation of Python can aid your development efforts
- Get to know Jython
de:Jython fr:Jython ru:Jython zh:Jython