= Python Distributions = Aside from the official CPython distribution available from python.org, other distributions based on CPython include the following: * [[http://www.activestate.com/activepython|ActivePython]] from ActiveState * [[https://store.continuum.io/cshop/anaconda/|Anaconda]] from Continuum Analytics * [[http://www.chinesepython.org|ChinesePython Project]]: Translation of Python's keywords, internal types and classes into Chinese. Eventually allows a programmer to write Python programs in Chinese. * [[https://enthought.com/|Enthought's]] [[https://www.enthought.com/enthought-deployment-manager/|EDM]] * [[http://gillibert.fr/andre/projects/python|Win9xPython]]: Backport of mainline CPython 2.6/2.7 to old versions of Windows 9x/NT. * [[IPython]] and its [[IPyKit]] variant * [[http://www.murkworks.com/Research/Python/PocketPCPython/Overview|PocketPython]] * [[http://www.portablepython.com|Portable Python]]: Run Python from USB device - no installation needed. * [[PyIMSL Studio]] * [[PyPy]]: a Python implementation in Python. * [[https://python-xy.github.io/|Python(x,y)]]: Python(x,y) is a scientific-oriented Python Distribution based on Qt, Eclipse and [[https://www.spyder-ide.org/|Spyder]] * PythonForArmLinux * [[PythonLabsPython]]: an old name for the python.org distribution * PythonwarePython * StacklessPython * [[http://web.archive.org/web/20060326191953/http://www.mhuffman.com/resource/index.html|Tiny Python]] (archived link) - not to be confused with tinypy * [[https://winpython.github.io|WinPython]]: Another scientific-focused Python distribution, based around [[https://www.spyder-ide.org/|Spyder]] See also: * [[EmbeddedPython]] for details of minimal or reduced size Python distributions and implementations. * The master list of [[implementation|Python implementations]].