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


Groups > comp.lang.python > #26418 > unrolled thread

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

Started byChris Angelico <rosuav@gmail.com>
First post2012-08-03 07:58 +1000
Last post2012-08-03 07:58 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromChris Angelico <rosuav@gmail.com>
Date2012-08-03 07:58 +1000
SubjectRe: The way to develope a graphical application to manage a Postgres database
Message-ID<mailman.2890.1343944696.4697.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web