Skip to content
A Bhat edited this page Jan 18, 2020 · 2 revisions

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

Clone this wiki locally