jythonc
Python seamlessly integrated with Java
Install
- All systems
-
curl cmd.cat/jythonc.sh
- Debian
-
apt-get install jython
- Ubuntu
-
apt-get install jython
- Arch Linux
-
pacman -S jython
- 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
- Dockerfile
- dockerfile.run/jythonc
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.