Threading in python

Lawrence Oluyede raims at dot.com
Wed Dec 14 12:46:35 EST 2005


Il 2005-12-14, Carl J. Van Arsdall <cvanarsdall at mvista.com> ha scritto:
> This confuses me.  What is CPython versus Jython and IronPython?  I'm 
> using compiled source from python.org, would this be CPython?

CPython is the official distribution, the one you find on python.org
It's C and Python based.

Jython is the Python implementation targetting the JVM

IronPython is the Python implementation targetting the .NET CLR



-- 
Lawrence - http://www.oluyede.org/blog
"Anyone can freely use whatever he wants but the light at the end
of the tunnel for most of his problems is Python"



More information about the Python-list mailing list