Does anybody have any suggestions for getting started on desigining a
desktop weather application in Python?
I've been looking for access to weather data and while I have found
several including the weather.com service I've decided to use the
Yahoo! Rss Weather feed since it doesn't have a license
Does anybody have any suggestions for getting started on desigining a
desktop weather application in Python?
I've been looking for access to weather data and while I have found
several including the weather.com service I've decided to use the
Yahoo! Rss Weather feed since it doesn't have a license
I'm using SOAPpy to access weather data from the NOAA National Digital
Forecast Database XML Web Service [1] and I've been having
trouble figuring out how to parse the data.
The response comes back as XML document but when I check it with
type(result) it shows the the response is a string. Does a
Hi,
I have a program that makes a call to a function in a different python
script that I wrote. But, when I call the function I get the
following error:
NameError: global name 'WSDL' is not defined
I can't figure out why I'm getting this error since WSDL should be
defined. Here are the two scri