Jython - AshokBhat/notes GitHub Wiki

Jython

  • Implementation of the Python programming language designed to run on the Java Platform
  • Compiles Python code to JVM bytecode and runs the resulting program on the JVM
  • Written in Java

Limitations

  • Supports only Python 2.x

See also