<br><br><div><span class="gmail_quote">On 1 Dec 2006 23:04:37 -0800, <b class="gmail_sendername">vbgunz</b> <<a href="mailto:vbgunz@gmail.com">vbgunz@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all,<br><br>I've studied Python and studied PostgreSQL. What is the absolute next<br>best step to take to merge these two finely together? I've heard of<br>SQLAlchemy and some others but before I dive in, I would really like
<br>the opinion of those who tried it and other toolkits.<br><br>My main concern is, I would like to completely work with a database<br>from Python. What would you suggest I look into?<br><br>Thank you for your time!<br><br>
--<br><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div><br>I am using psycopg 1.1.21 for interacting with postgresql, which proved to be good for my need i guess django and  zope  also using psycopg for doing things with postgresql, to get started with that, The following links could be useful
<br><br><a href="http://initd.org/pub/software/psycopg/dbapi20programming.pdf">http://initd.org/pub/software/psycopg/dbapi20programming.pdf</a><br><br><br><a href="http://www.python.org/dev/peps/pep-0249/">http://www.python.org/dev/peps/pep-0249/
</a><br><br>Godson Gera<br><a href="http://godson.auroinfo.com">http://godson.auroinfo.com</a><br>