Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'cc:addr :python-list': 0.11; 'python': 0.11; 'gui': 0.12; '4:25': 0.16; 'builders': 0.16; 'confuse': 0.16; 'subject: \n ': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'preferred': 0.22; 'cc:addr:python.org': 0.22; '2.x': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'chris': 0.29; 'am,': 0.29; 'dec': 0.30; 'subject:please': 0.30; 'waste': 0.30; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'too.': 0.31; '(my': 0.31; 'fans': 0.31; 'quite': 0.32; 'received:google.com': 0.35; 'there': 0.35; '14,': 0.36; 'should': 0.36; 'pm,': 0.38; 'how': 0.40; 'refer': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'subject:want': 0.91; 'subject:answer': 0.95; '2013': 0.98 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 :cc:content-type; bh=7fVnjjczHC6BCxjxN7Vl1w4XMSqISUrnhGfggaUWI08=; b=pLwl/RifY+cMKqwM3+i1r3w2zt7VP+/bArIcqEkM2lejuW2Y7KyTiju89iBv1ebDQd Oc3NtSx4hm75Ya9AlStFYzQm071pdOCS9WesJwZTm3/0V6KmEUedTNVSmNdhZjGtwRHR qhp0k61rhMFZnLvQCP+NSB+QfieVxmiwqQb17O1+ioo3w6f/QawW457dQzEvvpdESxek A2Fq5YFaLLd6687DK5fR1MTtQOSrNgYo6fLr9Fbc11JeUsSW4KooeQJvyTj7fTdXgUdF VjKqgIbUrklAasQLf967a1SdUCxuW+6+B1+TTHsoxwdlWvrdm/59h1OiN5JT4OIRYmGP tjVw== MIME-Version: 1.0 X-Received: by 10.180.77.49 with SMTP id p17mr19759633wiw.30.1387826676460; Mon, 23 Dec 2013 11:24:36 -0800 (PST) In-Reply-To: References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> Date: Mon, 23 Dec 2013 11:24:36 -0800 Subject: Re: GUI:-please answer want to learn GUI programming in python , how should i proceed. From: Dan Stromberg To: Chris Angelico Content-Type: text/plain; charset=ISO-8859-1 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 1387826683 news.xs4all.nl 2908 [2001:888:2000:d::a6]:58600 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62652 On Sat, Dec 14, 2013 at 4:25 AM, Chris Angelico wrote: > On Sat, Dec 14, 2013 at 11:12 PM, Jai wrote: >> GUI:-want to learn GUI programming in python , how should i proceed. >> >> There are lots of book here so I am confuse which book i should refer so that i don't waste time . please answer > > There are many ways to build a GUI with Python. Some of the more > popular toolkits are Tk (tkinter), wxWidgets (wxpython), and GTK. > Explore those and see which one you like; I personally quite like GTK, > and the others have their fans too. There are GUI builders for each of > the above (I think; definitely wx and GTK do), or you can build > everything directly in code (my preferred style). Play around with it > and see what you like! I also like GTK. I thought it would be relevant to point out that pygtk only works on Python 2.x; gi.repository.Gtk works on 2.x and 3.x.