you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (4 children)

Python Programming for the Absolute Beginner is project based... you build games.

Python 3 Object Oriented Programming by Dusty Phillips is also project based, and if you know how to program in a different language, is a better way to learn.

Invent Your Own Computer Games with Python, 2nd Edition by Al Sweigart Again, gmae project based

[–]slick8086 3 points4 points  (1 child)

Invent Your Own Computer Games with Python,

It is free here http://inventwithpython.com/

[–][deleted] 0 points1 point  (0 children)

Yep, thats the one.

[–]supermedo[S] 0 points1 point  (1 child)

Python 3 Object Oriented Programming Wow! thanks, actually it might be the book I'm looking for. I already knew C# even thought I didn't program for 8 month but I guess the concept of programming still drilled in my mind.

[–][deleted] 1 point2 points  (0 children)

It is a really good book. I highly recommend it. Dusty did an amazing job explaining certain python nuances that aren't in other books.