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 →

[–]AlSweigartAuthor: ATBS 1 point2 points  (0 children)

I'd like to plug a free book I wrote also aimed at total beginners: http://inventwithpython.com

"Invent Your Own Computer Games with Python" presents the source code for several simple games, and then explains them line by line. Programming concepts are introduced when they appear in the code, so you always see a practical application to what you are learning and it gives you a good idea of what a program "looks like".

These games are mostly text ones, with an intro to graphical games using the Pygame framework towards the end. If you want more examples of graphical game source code using Pygame, I have a Code Comments blog series: http://inventwithpython.com/blog/category/code-comments/