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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to