Jython

suggest change

Open-source implementation for JVM written in Java, licensed under Python Software Foundation License. It supports only version 2.7, version 3 is currently being developped.

Differences with CPython:

Hello World

print "Hello World!"

You can also use Java functions:

from java.lang import System
System.out.println("Hello World!")

External links

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Alternative Python implementations:
*Jython

Table Of Contents
31Set
129Alternative Python implementations
166Gzip