[Tutor] Help or Advice on MySQL, Python and test data storage

2009-10-08 Thread David Jamieson
Hi All, looking for some advice on using Python with MySQL for test data storage. What builds of Python work well with MySQL and what modules allow the connection to the database and data transfer activities. I'm thinking about using PhPMyAdmin to set-up and administer my database in the first ins

Re: [Tutor] help cvs module writerow issue (Now Fixed)

2009-08-21 Thread David Jamieson
> Hi All, > > I am looking to make an append to csv file function more dynamic by > allowing it to receive a variable number of arguments to write out to > a single a csv file row. The funtion is an append to file function > that writes out test date to a csv file. Reason for trying to make it > dy

[Tutor] help cvs module writerow issue

2009-08-20 Thread David Jamieson
Hi All, I am looking to make an append to csv file function more dynamic by allowing it to receive a variable number of arguments to write out to a single a csv file row. The funtion is an append to file function that writes out test date to a csv file. Reason for trying to make it dynamic is to a