On Mon, 26 May 2008 01:51:45 +0200, "Julia" <[EMAIL PROTECTED]> said: > Hi! > > 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)
Sounds like you are web scraping or wanting to make a web spider. Check out a) urllib b) urllib2 c) beautifulsoup a + b are built-ins. c you have to download and install from http://www.crummy.com/software/BeautifulSoup/ Cheers, Python Nutter
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor