Invent Your Own Computer Games With Python
Invent Your Own Computer Game-s With Python book.
Read free online, download free PDF, or buy Printed Book from Amazon.
see http://webseitz.fluxent.com/wiki/z2012-03-06-WattersUdellWebMakerLiteracyPerspectives
Notes for The Boys
He focuses on using MsWindows, so doing it on the Mac will be a bit different. You won't use the IDLE editor, just use Text Wrangler. And where he's doing "interactive" bits of code (e.g. at the >>>
prompt, just do that by launching Python in Terminal.
Argh, he uses Python v3, which I don't think is a great idea. But it's really necessary here, even for the very first program. So download/install it. Then, to run your programs in terminal, you'll need to type python3 {program name}
to run it.
Edited: | Tweet this! | Search Twitter for discussion