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? ::::::::::::::::::::::::