Re: [Tutor] Speed it up...

2010-05-27 Thread Matthew Wood
On Thu, May 27, 2010 at 3:37 AM, trias wrote: > > Hi, > >  I have wrote the following lines that work fine, but are quite slow, are > there any obvious things I can consider to speed things up? > >  Thanks > > import MySQLdb > > import scipy > > import csv > > dbtest=MySQLdb.connect(host="***",use

[Tutor] Speed it up...

2010-05-27 Thread trias
Hi, I have wrote the following lines that work fine, but are quite slow, are there any obvious things I can consider to speed things up? Thanks import MySQLdb import scipy import csv dbtest=MySQLdb.connect(host="***",user="***",passwd="***") cursor=dbtest.cursor() cursor.execute("""SEL