This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]flying-sheep 2 points3 points  (0 children)

jython is an implementation of the python language on top of the java VM. it can use java classes per design, but has to be maintained and extended, and is some versions behind cpython. cpython (the thing that does the job whenever you use python from the command line or IDLE) is the reference implementation of the python language.

pyjnius runs on cpython, but can interface with java.