In <[EMAIL PROTECTED]>, 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to