Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Jython
Java implementation of Python

Jython is an implementation of the Python programming language designed to run on the Java platform. It was known as JPython until 1999.

We don't have any images related to Jython yet.
We don't have any YouTube videos related to Jython yet.
We don't have any PDF documents related to Jython yet.
We don't have any Books related to Jython yet.
We don't have any archived web articles related to Jython yet.

Overview

Jython programs can import and use any Java class. Except for some standard modules, Jython programs use Java classes instead of Python modules. Jython includes almost all of the modules in the standard Python programming language distribution, lacking only some of the modules implemented originally in C. For example, a user interface in Jython could be written with Swing, AWT or SWT. Jython compiles Python source code to Java bytecode (an intermediate language) either on demand or statically.

History

Jython was initially created in late 1997 to replace C with Java for performance-intensive code accessed by Python programs, moving to SourceForge in October 2000. The Python Software Foundation awarded a grant in January 2005. Jython 2.5 was released in June 2009.2

Status and roadmap

The most recent release is Jython 2.7.4. It was released on August 18, 2024 and is compatible with Python 2.7.3

Python 3 compatible changes are planned in Jython 3 Roadmap.4

Although Jython implements the Python language specification, it has some differences and incompatibilities with CPython, which is the reference implementation of Python.56

License terms

From version 2.2 on, Jython (including the standard library) is released under the Python Software Foundation License (v2). Older versions are covered by the Jython 2.0, 2.1 license and the JPython 1.1.x Software License.7

The command-line interpreter is available under the Apache Software License.

Usage

See also

  • Computer programming portal
  • Free and open-source software portal
  • List of JVM languages
  • IronPython – an implementation of Python for .NET and Mono
  • PyPy – a self-hosting interpreter for the Python programming language.
  • JRuby – similar project for the Ruby programming language.
  • GraalVM - a polyglot runtime written in Java, has a Python 3 implementation

References

  1. "JythonFaq/GeneralInfo - JythonWiki". April 3, 2014. Retrieved March 28, 2015. https://wiki.python.org/jython/JythonFaq/GeneralInfo

  2. Wierzbicki, Frank (June 16, 2009). "Jython 2.5.0 Final is out!". Retrieved July 2, 2009. http://fwierzbicki.blogspot.com/2009/06/jython-250-final-is-out.html

  3. "News". Jython. Retrieved April 19, 2020. https://www.jython.org/news.html

  4. "Jython 3 Roadmap". Jython. Retrieved October 14, 2022. https://www.jython.org/jython-3-roadmap.html

  5. "JythonFaq". Jython's project. Retrieved July 5, 2009. https://wiki.python.org/jython/JythonFaq/GeneralInfo#IsJythonthesamelanguageasPython.3F

  6. "Differences between CPython and Jython". Jython's project. Archived from the original on October 7, 2023. Retrieved July 5, 2009. https://web.archive.org/web/20231007235503/https://jython.sourceforge.net/archive/21/docs/differences.html

  7. "The Jython License". Jython's project. Archived from the original on October 9, 2018. Retrieved February 9, 2008. https://web.archive.org/web/20181009152125/http://www.jython.org/Project/license.html

  8. "Introducing Ignition - Ignition User Manual 7.9 - Ignition Documentation". docs.inductiveautomation.com. Retrieved April 24, 2019. https://docs.inductiveautomation.com/display/DOC79/Introducing+Ignition