Re: [Tutor] Best way to construct this

2007-09-02 Thread Sean Cronin[tutor]
Hey, Thanks Alan for the help on the classes. This is my first time using them (in case you couldn't tell :) ). However, I can't understand why you want to make a separate function called parse. What I am trying to do by having different functions in the class like maxtemp, and mintemp, is to a

[Tutor] Best way to construct this

2007-09-01 Thread Sean Cronin[tutor]
Hi, I'm trying to create a desktop weather program using the weather.gov SOAP XML feed[1] and (after I get the insides all sorted out) Tkinter. However, this is my first major program and I was wondering if anyone could offer me some guidance in the construction of it. I have settled on using SO

[Tutor] parsing response from SOAPpy request

2007-09-01 Thread Sean Cronin
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