Category: python

Python Suds 0.3.9 – Modified To Allow Choice

10 August, 2010 (09:09) | python | By: Scott

I’ve been using the Python Suds SOAP client to consume web-services for our product at work for reporting purposes. I ran into an issue with suds 0.3.9 and choice elements for remote methods. Thanks to the awesome Actional Diagnostics SOAP Inspector I knew that the web services method I was trying to use had a [...]

Google Visualization API Tutorial With gviz_api Python Module

21 July, 2010 (15:49) | Google Visualization, python | By: Scott

I finally got around to writing up how to use the Google Visualization API with Python. Check out my tutorial here.

Python Matplotlib plot_date Wrapper Script

20 November, 2009 (16:49) | python | By: Scott

I’ve been doing a lot of work lately with data mining and presentation. Specifically, I’ve been parsing Nagios log files to gather outage statistics and do trending on the data. I came across the amazing Matplotlib in my search for Python graphing modules. I’m sure anyone who does coding and graphing in the scientific community [...]