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

2009-10-14 Thread greg whittier
On Thu, Oct 8, 2009 at 4:29 AM, David Jamieson wrote: > Hi All, > looking for some advice on using Python with MySQL for test data > storage. > While not a relational database, you might also look at http://www.pytables.org. It provides a python interface for writing to and reading from hdf5 fil

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

2009-10-08 Thread Serdar Tumgoren
> 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. You'll need the MySQLdb module to connect to MySQL from Python. http://sourceforge.net/

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

2009-10-08 Thread David
David Jamieson wrote: 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. SQLAlchemy is one option; http://www.rmunn.com/sqlalchemy-tutor

[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