Re: PYTHON, ODBC

From: mstory(at)uchicago(dot)edu
To: =?ISO-8859-1?B?UGllcnJlLUZy6WTpcg==?=ic Caillaud <lists(at)boutiquenumerique(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PYTHON, ODBC
Date: 2005-01-09 03:56:48
Message-ID: 1105243008.41e0ab807a194@churlish.uchicago.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've looked into pshycho pg, it appears to be the best option, my later question
now remains, what documentation or examples would be useful in developing a
completely proprietary front end written in python. Any help finding useful
examples or documentation would be greatly appreciated.

thanks,
matt

Quoting Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>:

>
> Never used ODBC with Python, but if you want to use Postgres, I'd
> strongly recommend psycopg which I find the nicest and fastest postgres
> adapter (certainly a lot better than Pygresql and pypgsql)
>
> Regards
>
> On Sat, 8 Jan 2005 18:01:01 -0600, <mstory(at)uchicago(dot)edu> wrote:
>
> >
> >
> > We're looking into building a front end for our database in python.
> > The database in question is an educational database, that generates
> > new tables for each teacher, class and student. Was wondering if
> > anyone had any recommendations for similar projects to look at,
> > resources, and general information about coding a python front end,
> > how to use the ODBC python libraries etc.
> >
> > Thanks, matt
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
> >
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Story 2005-01-09 04:59:27 Re: Books for experienced developers
Previous Message Joe Conway 2005-01-09 03:27:20 Re: Global/persistent variables