developerFusion jython
Related jython podcasts
-
python411: How Python Runs
Published 2 years ago, running time 0h43m
A guest podcast by Chris Hefele who explores in detail the various Python implementations including CPython, Jython, IronPython, Shedskin, Psycho, Stackless, Parrot, and PyPy. Enjoy!
-
python411: Jython
Published 4 years ago, running time 0h10m
Jython is the felicitous union of Python and Java, a version of Python written in pure Java that runs on the Java Virtual Machine and gives access to the Java class libraries, as well as the ability to compile Jython code into .class files using the jythonc compiler