pygame books for python 2.5?

Dec 10, 2013 at 8:32pm
I want to learn pygame and i find tutorials to not be very helpful. The reason for this is because i want to know what every bit of code means and why it is there, that is why i want a really good book. However i check on amazon and all the books about pygame use python 3. Anyone know any pygame books that use python 2?
Dec 10, 2013 at 8:44pm
closed account (3qX21hU5)
Python is just a Python Wrapper around SDL. So if you can't find any good books for Pygame you might want to try finding books on SDL since that is what it is built around.

Anyways here is a book that teaches it and uses Python 2.4 http://www.amazon.com/Beginning-Game-Development-Python-Pygame/dp/1590598725/ref=sr_1_3?ie=UTF8&qid=1386707852&sr=8-3&keywords=pygame
Dec 11, 2013 at 5:04am
Is python 3 no good?
Dec 11, 2013 at 5:43am
closed account (Dy7SLyTq)
no its fine. its just not backwards compatible with python 2 so you have to update your software to keep it all modern
Topic archived. No new replies allowed.