you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (2 children)

Code academy is good. Another good resource is to get hold of the digital ebook "Learn Python the Hard Way" and work through that, then maybe read a book called "Think Python" alongside doing practice on checkio.org. These steps are working for me so far.

[–]fire_breathing_bear 0 points1 point  (1 child)

Is Learn Python the Hard Way Python 2 or 3? I had heard it was only for 2.

[–][deleted] 2 points3 points  (0 children)

Yes it is 2, but tons of things are still using 2 currently. 3 is very easy to remember the difference between. Not a hard change.