Introduction
Jython Overview
Jython is a complete programming language — not a Java translator and not just a Python compiler, but a complete implementation of Python in Java. Jython has a sizable library of modules inherited from CPython. Unlike CPython and many other high-level languages, Jython gives you access to everything in its implementation language, Java. So, not only does Jython give you the Python libraries, it also gives you all available Java classes.
Recommended Version
Jython-standalone-2.7.0 or Jython-standalone-2.7.1
Parent topic: Jython-standalone Porting Guide (CentOS&openEuler)