How do I get my weather in a Python program?

link|improve this question

feedback

3 Answers

up vote 13 down vote accepted

Short question, short answer:

http://code.google.com/p/python-weather-api/

link|improve this answer
3  
Batteries included? Now I've seen everything. – Mark Ransom Sep 24 '09 at 22:23
feedback

More detailed answer with an example just because I am pedantic. In Australia weather data can be obtained via a Web Feature Server. Here is how to use it.

http://pastebin.com/m5003f6cc

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.