Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26418

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

References <877gthqhi3.fsf@gmail.com>
Date 2012-08-03 07:58 +1000
Subject Re: The way to develope a graphical application to manage a Postgres database
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2890.1343944696.4697.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Aug 3, 2012 at 4:24 AM, Csanyi Pal <csanyipal@gmail.com> wrote:
> I'm searching for a way to develope a Python graphical application for a
> Postgresql database.

There's two quite separate parts to this:

* Develop a Python graphical application
* Develop a Python application [to access] a PostgreSQL database.

I recommend you tackle them separately, and only put them together
once you're confident with each part on its own. Pick a GUI toolkit
and make a "Hello, world". That might take you quite a while, and it
isn't helped by trying to mix in an unfamiliar database.

That said, I do commend your choices of language and DB. :) All the best!

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: The way to develope a graphical application to manage a Postgres database Chris Angelico <rosuav@gmail.com> - 2012-08-03 07:58 +1000

csiph-web