Michele Simionato wrote: > Steve: > > I want to learn more about enterprise-level programming using Python > > and PostgreSQL. From what I've searched, it seems that psycho is > > interesting to improve runtime too. Do you have tutorials, articles and > > tips to learn this combination? I've been working with PostgreSQL for 2 > > years, and with Python for 6 months. > > Thank you, > > Since Psyco is meant to speedup Python code, whereas the psycopg > adapter is > C-coded, I strongly doubt you will get any improvement from the > combination. > > Michele Simionato
I think he's referring to psycopg, a python postgre database adapter http://initd.org/projects/psycopg1 -- http://mail.python.org/mailman/listinfo/python-list