The way to develope a graphical application to manage a Postgres database

Walter Hurry walterhurry at lavabit.com
Sun Aug 5 11:47:31 EDT 2012


On Thu, 02 Aug 2012 20:24:36 +0200, Csanyi Pal wrote:

> I'm searching for a way to develope a Python graphical application for a
> Postgresql database.
 
I use wxGlade/wxPython to build the GUI, and then hand code the database
access using psycopg2 into the generated application. Works very well for
me, but I do know SQL and Postgres.




More information about the Python-list mailing list