Jython

Python RuntimePython N/AExpert

Python running on the JVM; interoperate with Java libraries

Quick Info

Python Version
N/A
Dependencies
Java Runtime
Install
https://www.jython.org/download

Learn by Difficulty

Quick Example

python
# Jython
# Python running on the JVM; interoperate with Java libraries
#
# Jython is a Python runtime/implementation.
# Key features and usage information:
print("Jython")
print("Python running on the JVM; interoperate with Java libraries")
print("Python Version: N/A")

Jython is python running on the jvm; interoperate with java libraries. It provides an alternative way to run Python code.

Try in Playground

Tags

runtimeimplementationinterpreter