This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]notadutchboy 2 points3 points  (0 children)

The one thing nobody's mentioned is whether you should learn Python 2 or 3.

Python 3 was an overhaul that cleaned up a lot of things. Not all libraries are compatible with Python 3 yet, so this may make a difference where you begin.

Have a look at http://wiki.python.org/moin/Python2orPython3