I开发者_StackOverflow中文版t's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its cu
I开发者_StackOverflow中文版t's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Which programming language has been used to develop Python (programming language) ?
Thank you
The most-often used implementation is written in C and called "CPython". It can be downloaded at the main Python website.
There are also implementations written in Java (Jython) and C# (IronPython) and Python (PyPy).
精彩评论