views:

522

answers:

3
+6  Q: 

Python Weather API

How do I get my weather in a Python program?

+12  A: 

Short question, short answer:

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

piquadrat
Batteries included? Now I've seen everything.
Mark Ransom
A: 

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

whatnick