python-guide/docs/starting/which-python.rst at master · AaronW/python-guide · GitHub
Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 352 Bytes

File metadata and controls

25 lines (14 loc) · 352 Bytes

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?