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
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