Comparison of Python virtual machines
Nov 09, 2008, 14:02 (3 Talkback[s])
[ Thanks to Borys
Musielak for this link. ]
"Jython
"Jython is a python implementation that allows you to run python
programs within a Java environment. It was originally created by
Jim Hugunin in late 1997. He explored that Java could be as fast as
C for simple numerical benchmarks, and he also discovered that it
was easy to translate Python to Java by hand.
"What exactly is Jython? Jython is a set of Java classes that
allows Python bytecode to run on a Java Virtual Machine. Using Java
Virtual Machine for Python has many advantages."
Complete Story
Related Stories:
- Python Data Persistence Using MySQL(Oct 31, 2008)
- Python 3.0 Makes a Big Break(Oct 17, 2008)
- Python's New Release Bridges the Gap(Oct 03, 2008)
- Pytube - Best YouTube,Google manager, downloader and video converter for Ubuntu(Sep 15, 2008)
- With EasyGUI, I Can Stick with Python(Sep 14, 2008)
- The A-Z of Programming Languages: Python(Aug 08, 2008)
- Embedding Python In Apache2 With mod_python(Jul 27, 2008)