Newbie Using "Programming Python" 1st Ed. Question

Dave Harrison dlharris at mail.usyd.edu.au
Tue Dec 17 00:06:13 EST 2002


> I would like to use Python for simple Website automation.  I don't plan to
> open an on-line store, but if I could use it to automate forms and other
> things it would be nice.  I'm a little concerned about even going in this
> direction because the client side for Python is weak.  Everyone has
> installed the interpreters for VBScript and Javascript on Windows
> machines, but not everyone has Python installed especially in the windows
> world.


You should probably read up on the cgi module.  As other posts have pointed out, python cgi is server side.

Cheers
Dave




More information about the Python-list mailing list