Python implementations
IronPython
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono.
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono.
Jython
Jython, successor of JPython, is an implementation of the Python programming language written in Java.
Jython, successor of JPython, is an implementation of the Python programming language written in Java.
Psyco
Psyco is a specializing just-in-time compiler for Python originally developed by Armin Rigo and further maintained and developed by Christian Tismer.
Psyco is a specializing just-in-time compiler for Python originally developed by Armin Rigo and further maintained and developed by Christian Tismer.
Python for S60
The Python for S60 also called PyS60, is Nokia’s port of the general Python programming language to its S60 software platform, originally based on Python 2.2.2 from 2002.
The Python for S60 also called PyS60, is Nokia’s port of the general Python programming language to its S60 software platform, originally based on Python 2.2.2 from 2002.
Stackless Python
Stackless Python, or Stackless, is a Python programming language interpreter, so named because it avoids depending on the C call stack for its own stack.
Stackless Python, or Stackless, is a Python programming language interpreter, so named because it avoids depending on the C call stack for its own stack.
Unladen Swallow
Unladen Swallow was an optimization branch of CPython, intended to be fully compatible and significantly faster.
Unladen Swallow was an optimization branch of CPython, intended to be fully compatible and significantly faster.
Settings