jython.py

Python seamlessly integrated with Java

Install

All systems
curl cmd.cat/jython.py.sh
Debian Debian
apt-get install jython
Ubuntu
apt-get install jython
Arch Arch Linux
pacman -S jython
image/svg+xml Kali Linux
apt-get install jython
CentOS
yum install jython
Fedora
dnf install jython
Windows (WSL2)
sudo apt-get update sudo apt-get install jython
OS X
brew install jython
Raspbian
apt-get install jython

jython

Python seamlessly integrated with Java

Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is complementary to Java and allows the two languages to be freely mixed. It is especially suited for embedded scripting, interactive experimentation and rapid application development, and it can interact with Java packages or with running Java applications.