Is there any difference between cpython and python
This question already has an answer here:
Python is a language.
CPython is the default byte-code interpreter of Python, which is written in C.
There is also other implementation of Python such as IronPython (for .NET), Jython (for Java), etc.
CPython is Guido van Rossum 's reference version of the Python computing language. It's most often called simply "Python"; speakers say "CPython" generally to distinguish it explicitly from other implementations.
链接地址: http://www.djcxy.com/p/53144.html上一篇: 在Python中创建一个新的字典