Jython
From Wikipedia, the free encyclopedia.
In computing, Jython (formerly called JPython) is a computer program that is a pure Java implementation of the Python programming language. Jython can seemlessly blend Java classes with Python, allowing for Swing to be used or applets to be created. Jython has both an interpreter and a compiler.

