Category:Python Implementations: Difference between revisions

Moved body to separate set of pages.
m (ironpython upgraded to be compatable with CPython 2.5 now)
(Moved body to separate set of pages.)
 
(2 intermediate revisions by one other user not shown)
Line 1:
{{implementation cat|Python}}
* [http://www.python.org CPython] - The official Python implementation; implemented in [[C]].
* [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] - an implementation of Python for the [[.NET Framework]]; the latest stable version is compatible with CPython 2.5.
* [http://www.jython.org/Project/index.html Jython] - an implementation of Python for the [[JVM]]; the latest stable version is compatible with CPython 2.2.
* [http://codespeak.net/pypy/dist/pypy/doc/news.html PyPy] - a project that uses Python to generate interpreters and virtual machines for the Python programming language.
* [http://www.tinypy.org/ TinyPy] - a minimalist implementation of Python in 64k of code; implemented in C.