[Tutor] Which version of python should i use?

eryksun eryksun at gmail.com
Mon May 20 12:34:24 CEST 2013


On Mon, May 20, 2013 at 5:59 AM, Amal Thomas <amalthomas111 at gmail.com> wrote:
> I am a beginner. I am using a unix sytem (ubuntu 12.10). Python 2.7.3  is
> installed in my system. I found out that Python has version upto 3.3.2.
> Should I update my python version?

Ubuntu 12.10 should have 3.2.3 installed (the python3 package). The
command is "python3". There's also a python3.3 package, currently at
version 3.30. The command is "python3.3":

http://packages.ubuntu.com/quantal/python3
http://packages.ubuntu.com/quantal/python3.3


More information about the Tutor mailing list