Re: WEATHER PROGRAMMING IN PYTHON
- From: Marc 'BlackJack' Rintsch <bj_666@xxxxxxx>
- Date: Thu, 31 May 2007 15:44:11 +0200
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
.
- Follow-Ups:
- Re: WEATHER PROGRAMMING IN PYTHON
- From: kyosohma
- Re: WEATHER PROGRAMMING IN PYTHON
- References:
- WEATHER PROGRAMMING IN PYTHON
- From: sandeep patil
- WEATHER PROGRAMMING IN PYTHON
- Prev by Date: Re: file reading by record separator (not line by line)
- Next by Date: Re: HTML Form/Page and Navigation with multiple buttons
- Previous by thread: WEATHER PROGRAMMING IN PYTHON
- Next by thread: Re: WEATHER PROGRAMMING IN PYTHON
- Index(es):