PureBytes Links
Trading Reference Links
|
>If your programs are deeply involved with the more intricate layers of Java,
>then you might also consider using Jython (http://www.jython.org/), an
>implementation of Python over the Java Virtual Machine (instead of the
>Python one).
The disadvantages with Jython seem to be:
1. Jython does not allow you to call the C/C++
Python modules which add lots of value to Python.
2. Jython is significantly slower than native Python.
-Alex
|