Category
page 1Software using the Python Software Foundation License
IDLE
IDLE (short for Integrated Development and Learning Environment) is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1. It is packaged as an optional part of the Python packaging with many Linux distributions. It is completely written in Python and the Tkinter GUI toolkit (wrapper functions for Tcl/Tk).
Jython
Jython is an implementation of the Python programming language designed to run on the Java platform. It was known as JPython until 1999.
CPython
CPython is the reference implementation of the Python programming language. Written in C and Python, CPython is the default and most widely used implementation of the Python language.
Stackless Python
alternative Python implementation