Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26418 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2012-08-03 07:58 +1000 |
| Last post | 2012-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.
Re: The way to develope a graphical application to manage a Postgres database Chris Angelico <rosuav@gmail.com> - 2012-08-03 07:58 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-08-03 07:58 +1000 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web