LD 60 Minutes
Posted by pymike
Join #ludumdare on irc.afternet.org
Ludum Dare 13 :: December 5th-7th Weekend :: Theme :: ???
Sign In | Write your Journal
Home | Planet Ludum | Rules Wiki | Mailing List
R1 | Round 2 Voting - Concepts | R3 | R4
All posts, images, and comments are owned by their creators.
June 8th, 2008 at 6:54 pm
Hey pymike, that was fast! I think I was actually paying attention in IRC when you started working on this. I’ve got to get into Python. I’ve been reading through decent intro PDF on Python. It looks like I’ll be able to refactor and make use of a lot of my low-level C stuff from within Python, which makes me very happy.
What would you recommend as a good place to start? I’m looking for fast-paced intro docs and especially example code.
June 9th, 2008 at 5:07 am
http://docs.python.org/ is a good Python reference
http://pygame.org/ is an SDL wrapper for Python (I use it for all my Python games)
I’m sorry, but I don’t know of a good tutorial for Python since I learned Python by examples only
I have a few PyGame examples on http://pymike.aftermatheffect.com/demos/ there’s also some good PyGame examples on the PyGame download page.
HTH
June 9th, 2008 at 5:11 pm
Detox: I replied but I guess it has to be moderated since it has like 3-4 links in it
June 10th, 2008 at 12:27 pm
there we go