"Julia" <[EMAIL PROTECTED]> wrote
I need to write a program what can do two things:
1) get data from the website
2) send information from a textfield (e.g. like a google search)
There are lots of web frameworks for Python that you could use.
The most basic is the standard cgi module in the standard library.
Moving up frfrom there something like CherryPy is a good bet.
But for what you describe vanilla cgi is fine. Read the docs and
topic guide on the Python web site.
http://wiki.python.org/moin/CgiScripts
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor