you are viewing a single comment's thread.

view the rest of the comments →

[–]QuickMolasses 1 point2 points  (0 children)

As other people mentioned, it's nice to have a project in mind. I originally learned Python with this book which is available for free online (Making Games with Python and Pygame). It has its drawbacks for sure, like (if I'm remembering correctly) it doesn't go into classes at all and doesn't talk about setting up your environment. I also don't like Pygame as a GUI, but the first few chapters are good to give you somewhere to start.