vbgunz wrote:

> I've studied Python and studied PostgreSQL. What is the absolute next
> best step to take to merge these two finely together?

the db-api interface:

   http://www.python.org/dev/peps/pep-0249/

db-api compliant postgresql adapters:

   http://www.pygresql.org/
   http://www.initd.org/

higher-level interfaces for postgresql and other db-api compliant drivers:

   http://www.sqlobject.org/
   http://www.sqlalchemy.org/
   http://www.djangoproject.com/documentation/db_api/
   etc.

</F>

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

Reply via email to