Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'postgresql': 0.07; 'subject:application': 0.07; 'python': 0.09; 'tackle': 0.09; 'gui': 0.11; 'aug': 0.13; 'language': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'trying': 0.21; 'received:209.85.214.174': 0.21; 'own.': 0.22; 'this:': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'separate': 0.27; 'mix': 0.27; 'message-id:@mail.gmail.com': 0.27; 'toolkit': 0.29; "i'm": 0.29; 'fri,': 0.30; 'choices': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'said,': 0.35; 'received:209.85': 0.35; 'two': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'application': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'subject:The': 0.71; 'graphical': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3zsfjjNGpEoOf8Gh2X2OCl3H2jQUj6QksyYEiSwirXo=; b=ncT1PCFCdmCUEqXl7O+UFFuG5rQ5Yvlazclz6qKBT9i/VsSdZIXfUtHqDtjtTu8xPi MU7nfOpKc8Wal6yN9hypR9rqCkEDhuS+T6niGE/w4WtuHxMu0pHpdDwZMOxZ/g6h+xLM zNULteZuQHsqcwM1yI2Wwsz7UrypFmIKdPK6RX5lZUIknXcyIs2lnT6Urk/zr/imWJTY SLoHUBtCJQydxoOeRdOrowJMAtRbE3Z05rqxQsN9wYRtPL1eu3xldR7P8rwm1ita3ZU4 87CQzF38zVWQ36e+swDmEFN7roa1eeMDRZNjhMxtdi2xxNDN24xlZwpacId0ewkNewJX Mlpg== MIME-Version: 1.0 In-Reply-To: <877gthqhi3.fsf@gmail.com> References: <877gthqhi3.fsf@gmail.com> Date: Fri, 3 Aug 2012 07:58:12 +1000 Subject: Re: The way to develope a graphical application to manage a Postgres database From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343944695 news.xs4all.nl 6913 [2001:888:2000:d::a6]:40346 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26418 On Fri, Aug 3, 2012 at 4:24 AM, Csanyi Pal 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