⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Python}} An implementation of [[Python]] for the [[runs on vm::Java Virtual Machine]].

Jython is the successor to JPython. The Jython project was created in accordance with the CNRI JPython 1.1.x license, in order to ensure the continued existence and development of this important piece of Python software. The intent is to manage this project with the same open policies that are serving [[CPython]] so well.http://wiki.python.org/jython/JythonFaq/GeneralInfo#WhatisJython.3F

JPython is an implementation of the Python programming language which is designed to run on the Java(tm) Platform. It consists of a compiler to compile Python source code down to Java bytecodes which can run directly on a JVM, a set of support libraries which are used by the compiled Java bytecodes, and extra support to make it trivial to use Java packages from within JPython. JPython has been renamed and superseded by Jython. http://wiki.python.org/jython/JythonFaq/GeneralInfo#WhatisJPython.3F

==External Links==

  • [http://www.jython.org/ Jython official site]

==References==