Optimizing Python With Jython
Wednesday, July 28th, 2010Being interpreted and dynamic, Python is generally not as fast as compiled languages. Here is a technique for optimizing Python by way of Jython, including reasons why you’d want to use Java to implement some parts of your Python program and exactly how to write an extension in Java.


