File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,29 @@ Which Python to use?
55
66
772.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
1716Today
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
2429Which 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.
You can’t perform that action at this time.
0 commit comments