Jython

In progress. This will be a general source for all things Jython. Currently, only the buzz section is available...


A little bit about Jython:

Jython is a Java implementation of the Python language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine.

Jython is complementary to Java and is especially suited for the following tasks:

There are numerous alternative languages implemented for the Java VM. The following features help to separate Jython from the rest: