View Single Post
Old Jan 21st, 2008, 1:56 PM   #3
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,788
Rep Power: 5 Sane will become famous soon enough
Re: Games you don't download

But, of course, you can use Python to generate HTML for a web browser. For example, Google does this for its help pages:

http://www.google.com/support/webmas...83&ctx=sibling

Note the '.py' in the URL.

You can make browser-based games in Python this way, if you're really ambitious. But you need to have a clear understanding of what exactly CGI is, and a fundamental grasp on how the web works, before you can tackle such a thing.
Sane is online now   Reply With Quote