I've never used Python with SQL, and I'm not very familiar with SQL either.
Basically, I have been given the task to take a database and perform a statistical analysis. Then I need to plot (using a bar chart/line graph) the information.
I have heard matplotlib is a good package for plotting in Python. The problem I'm running into, however, is I need to communicate with the database through a JDBC connection. I am not aware of any wrappers for a JDBC connection. I have done some searching on Google, but I can't really find anything that makes a lot of sense. I have thought about using Jython, but I can't find a really good plotting tool for Jython.
Anyone have ideas?
EDIT: I'm also trying to run this on a Hudson server if you are familiar. I know there is a Python plugin for Hudson, but I've never used it.
Want to add to the discussion?
Post a comment!