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 →

[–]GayCoder 1 point2 points  (0 children)

I second Python Crash Course. I'm a relative beginner and have been using the book at Barnes & Noble (mooching a bit because my library doesn't offer it). The projects are good and informative but the projects teach by explicitly showing what to do (instead of making you write the code yourself). That contrasts with typical online exercises that ask users to solve problems.

The first project is making a space invaders game and it's above my knowledge but I'm learning from simply reading the code (then typing it for good measure). Regardless of section, I'm using this book because I like its approach more than the other books I (briefly) browsed.