Differences between revisions 1 and 32 (spanning 31 versions)
Revision 1 as of 2002-07-12 22:29:50
Size: 206
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 32 as of 2014-08-13 13:39:44
Size: 1851
Editor: jillcowan
Comment:
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
  * ActivePython
  * [[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.
  * [[http://www.pythonxy.com|Python(x,y)]]: Python(x,y) is a scientific-oriented Python Distribution based on Qt, Eclipse and [[http://packages.python.org/spyder/|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

See also:

 * [[EmbeddedPython]] for details of minimal or reduced size Python distributions and implementations.
 * The master list of [[implementation|Python implementations]].

== Historical Documents ==

The following historical documents were previously used to describe Python distributions:

  * [[Python-2.0]]
  * [[Python-2.2]]
  * [[Python-2.3]]

Python Distributions

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

See also:

Historical Documents

The following historical documents were previously used to describe Python distributions:

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

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