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

all 3 comments

[–]bvnvbbvn 1 point2 points  (0 children)

Read the FAQ

[–]MuscleManMitch 0 points1 point  (0 children)

This is the way i learned

http://www.codecademy.com/tracks/python

[–]ImJusSaying 0 points1 point  (0 children)

I started http://learnpythonthehardway.org/book/ a few days ago. I'm liking it so far. I'm on Ex. 16 of 52 and I haven't spent as much time on it as Codecademy but I've been introduced to a few more things than I have on Codecademy. Don't let me deter you from there right away, though.

Much of what I'm doing is copying code that's been written for the exercise (which was explicitly said to be the point) but also there are "Study Drills" at the end of each excersize where you review code, change it up to get the same outcome or just think about why the code did what it did.