Differences between revisions 1 and 35 (spanning 34 versions)
Revision 1 as of 2002-07-12 22:29:50
Size: 206
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 35 as of 2019-12-15 05:25:49
Size: 1872
Comment: Remove Python 2 links
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe PythonDistributions here. = Python Distributions =
Line 3: Line 3:
  * ["Python-2.0"]
  * ["Python-2.1"]
  * ["Python-2.2"]
Aside from the official CPython distribution available from python.org, other distributions based on CPython include the following:
Line 7: Line 5:
  * PythonLabsPython
  * ActiveStatePython
  * [[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://enthought.com/products/canopy/|Canopy]]
  * [[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
Line 11: Line 20:
  * PocketPython   * [[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]].

Python Distributions

Aside from the official CPython distribution available from python.org, other distributions based on CPython include the following:

See also:

PythonDistributions (last edited 2021-04-20 19:16:32 by DidrikPinte)

Unable to edit the page? See the FrontPage for instructions.