Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'though:': 0.07; 'content:': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'gui': 0.12; 'builders': 0.16; 'confuse': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'it;': 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; 'cc:2**0': 0.24; 'posts': 0.26; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'dec': 0.30; 'subject:please': 0.30; 'waste': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; 'getting': 0.31; 'too.': 0.31; '(my': 0.31; 'fans': 0.31; 'fixing': 0.31; 'quite': 0.32; 'url:python': 0.33; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; '14,': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'list,': 0.38; 'pm,': 0.38; 'short': 0.38; 'either': 0.39; 'url:mail': 0.40; 'how': 0.40; "you're": 0.61; 'refer': 0.63; 'more': 0.64; 'here': 0.66; 'side': 0.67; 'internet': 0.71; 'standards.': 0.84; 'carries': 0.91; 'subject:want': 0.91; 'to:none': 0.92; '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:cc :content-type; bh=XdEyw4JR5plTk/8yCSFANPDQuOG7APXoHS6ticbdVFU=; b=tA/BEIlFMNrJZRFq9EdZ7LhRf/I44j+QuCnbEhHGyqboH/vfBwiUieuqFRs5CZygCy mt8UnrFoMMjn4MVUQL8WsalVD0jwStbneydWMFDA/Bhj1MMGtkqcPE2NVQUGN5tzbqKl ZWzSbqSafS+yWUCjxEV+XkH6GhLpoUU2Qv0QC4nP/vhTWyZZ2F+I2aJQrPijldSrJqZA bVnR9Jda3KtTGoQ+UgpkcxgWUbgrrAocTS0hLfnijfVptMucFbK/X4DCl5V2qX8bEk4T mVVBOOS3rQewBW+nZvjhrZQ9Jy1IlK1+9EHpD2yPnxmvGQXYW/6kItOce3qum+X+J9k/ lypQ== MIME-Version: 1.0 X-Received: by 10.68.108.194 with SMTP id hm2mr9336410pbb.22.1387023939483; Sat, 14 Dec 2013 04:25:39 -0800 (PST) In-Reply-To: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> Date: Sat, 14 Dec 2013 23:25:39 +1100 Subject: Re: GUI:-please answer want to learn GUI programming in python , how should i proceed. From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387023943 news.xs4all.nl 2955 [2001:888:2000:d::a6]:57808 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61890 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! As a side point, though: You're using Google Groups to post, which means your posts look messy, because GG doesn't follow internet standards. Short of getting into Google and fixing Groups, the best solution is to avoid using it; you can either use some other newsreader (several here swear by Mozilla Thunderbird), or subscribe to the email list, which carries all the same content: https://mail.python.org/mailman/listinfo/python-list Either way will spare you and us the hassles of malformed posts. ChrisA