WEATHER PROGRAMMING IN PYTHON

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Thu May 31 09:44:11 EDT 2007


In <1180618635.925002.282080 at n15g2000prd.googlegroups.com>, sandeep patil
wrote:

> how to diplay the weather condiction on my webpage
> suppose i want to read weather from www.bbc.co.uk/weather.html
> how i can read it usin program

It's hard to scrape information about weather from an 404 error page.  ;-)

Find some page with actual weather reports or forecasts and use the
BeautifulSoup module to scrape the information you need.

Ciao,
	Marc 'BlackJack' Rintsch




More information about the Python-list mailing list