Re: WEATHER PROGRAMMING IN PYTHON



In <1180618635.925002.282080@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, 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

.