ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Removed Areas > Python

Book: Invent Your Own Computer Games with Python

(1/3) > >>

mouser:
I've said it before and i'll say it again, there are few better ways to motivate a young kid to learn to program than the promise of being able to create their games.  Here's a python book written with the same idea in mind:



Invent Your Own Computer Games with Python

http://inventwithpython.com/





from http://www.boingboing.net/

mnemonic:
This looks like a great find mouser - an intro the python, pygame and the debugger all-in-one.

Deozaan:
I just downloaded this about a month ago. I thought it was really old so I didn't bother mentioning it here. :-[

ewemoa:
I noticed the code in the book is black and white.

Does someone know of any (preferably easy) ways one might transform the code content to be syntax-highlighted?  I'd like to carry an offline version on a small device that doesn't have an editor on it so copy-pasting the code to an editor doesn't seem like such a good option.

One rather manual way might be to manually copy-paste into:

  http://colorer.sourceforge.net/php/

and replace the original code with the results.  Oh what fun...

Perhaps trying to apply:

  http://google-code-prettify.googlecode.com/svn/trunk/README.html

would be slightly less work...

Deozaan:
You could always e-mail Al and ask him to incorporate GeSHI into the HTML version of his site.

Navigation

[0] Message Index

[#] Next page

Go to full version