Files
python-guide/docs/starting/which-python.rst
T
2011-04-27 22:06:46 -04:00

26 lines
352 B
ReStructuredText

Picking an Interpreter
======================
Which Python to use?
2.x vs 3.x
::::::::::
http://wiki.python.org/moin/Python2orPython3
History
-------
Python2.0 was released October 16, 2000. Python3.0 was released on December 3,2008 and breaks backwards compatibility.
Today
-----
Use 2.7.
Which Python to Support?
::::::::::::::::::::::::