Re: PYTHON, ODBC

From: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
To: mstory(at)uchicago(dot)edu, pgsql-general(at)postgresql(dot)org
Subject: Re: PYTHON, ODBC
Date: 2005-01-09 00:32:27
Message-ID: opska7sdh2cq72hf@musicbox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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)
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pierre-Frédéric Caillaud 2005-01-09 00:34:04 Re: does "select count(*) from mytable" always do a seq
Previous Message Pierre-Frédéric Caillaud 2005-01-09 00:31:26 Re: how to optimize my c-extension functions