Skip to content

Commit 24c0835

Browse files
author
Kenneth Reitz
committed
which python to use.
1 parent ebe74fb commit 24c0835

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/starting/which-python.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,29 @@ Which Python to use?
55

66

77
2.x vs 3.x
8-
::::::::::
9-
http://wiki.python.org/moin/Python2orPython3
8+
~~~~~~~~~~
109

10+
**tl;dr**: Python 2.x is the status quo, Python 3.x is the shiny new thing.
1111

12-
History
13-
-------
14-
Python2.0 was released October 16, 2000. Python3.0 was released on December 3,2008 and breaks backwards compatibility.
12+
13+
`Further Reading <http://wiki.python.org/moin/Python2orPython3>`_
1514

1615

1716
Today
1817
-----
1918

20-
Use 2.7.
19+
If you're choosing a Python interpreter to use, I *highly* recommend you Use Python 2.7.x, unless you have a strong reason not to.
20+
2121

22+
The Future
23+
----------
24+
25+
As more and more modules get ported over to Python3, the easier it will be for
26+
others to use it.
2227

2328

2429
Which Python to Support?
25-
::::::::::::::::::::::::
30+
~~~~~~~~~~~~~~~~~~~~~~~~
31+
32+
If you're starting work on a new Python module, I recommend you write it for
33+
Python 2.5 or 2.6, and add support for Python3 in a later iteration.

0 commit comments

Comments
 (0)