You cand use urllib to connect that web page and then use a custom html
parser to get exactly what you want, even I think you could use regex; just
look source code from the webpage, check for the data you are interested in
and get it.


2011/4/12 <l.leicht...@gmail.com>

> Hello everyone,
>
> I would to retrieve data, and especially the temperature and the weather
> from http://www.nytimes.com/weather. And I don't know how to do so.
>
> Thank you,
>
> Louis
> Sent from my BlackBerry® on the MetroPCS Network
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to