On 12/05/2011 14:10, tee chwee liong wrote:
hi all,

i just started python but i'm hearing there is cpython. what is it
different from python? is there any tutorials i can refer.

CPython is just the most common version of Python, so-called because
it's written in C: the one you download from python.org.

It's normally only called "Cpython" to distinguish it if needed from other implementations, such as Jython (Java-based), IronPython (.NET-based), PyPy (Python-based) and others.

TJG
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to