Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; ';-)': 0.03; 'cc:addr:python-list': 0.11; 'python': 0.11; 'itself.': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'tcl': 0.16; 'tkinter.': 0.16; 'tweak': 0.16; 'walzer': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'community.': 0.22; 'cc:addr:python.org': 0.22; 'finally,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'kevin': 0.30; 'subject:please': 0.30; 'message-id:@mail.gmail.com': 0.30; 'ball': 0.31; "i'd": 0.34; 'received:google.com': 0.35; 'words,': 0.36; 'rather': 0.38; 'itself': 0.39; 'handing': 0.84; '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=AGaEpYKju5+iFzTDmn3i7pJyQFyL/7eNRl6+/hgZ26M=; b=U5Id1lhgy2QF2Bch/JCaNcwSNK/OXWCm+mbkEedUiY25O4flULn3Wsa2/4a8fB38b6 UdcZBy9jklC1gWSVspnfV5CXRp2GZIRpqInJg88odL6vgp6aNTnc4IuLhw9eo6L01c6H CkM0UDJYi8rp/XNn9o5e2TPdqBa/ZraAwJ5aZrsShC+N+eDwxP0rD2v+Qb7zr3/vm/fx /6ke89M4QXqvPdGY9HPIVgWnh5MH4IbguZddwrUdM1EA1i8yVM887NPKPoMS+KkjjjDC 8hBYl5PiMZ2RXequ0AVwxsSrI8bwf1AFDD3PQLintJjmYNbnraKVVkTjj2EkhQaUJ2C3 LuPw== MIME-Version: 1.0 X-Received: by 10.66.102.39 with SMTP id fl7mr20587822pab.43.1387207205002; Mon, 16 Dec 2013 07:20:05 -0800 (PST) In-Reply-To: References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <20131214180549.59e9831a6faf098b754ea00a@gmx.net> <52ace2c0$0$29992$c3e8da3$5496439d@news.astraweb.com> <52ade081$0$29976$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 17 Dec 2013 02:20:04 +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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387207214 news.xs4all.nl 2968 [2001:888:2000:d::a6]:45843 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62070 On Tue, Dec 17, 2013 at 1:55 AM, Kevin Walzer wrote: > Finally, Tcl is itself a fully-featured, general programming language that > is a peer to Python both generationally and in terms of its capabilities; > the main way it lags is in the size of its development community. In other > words, you are not handing the ball off to a 90-pound weakling if you need > to call into Tcl from Python via Tkinter. ;-) Having made a tweak to gitk at one point, I have to say Tcl is definitely inferior to Python. I'd much rather work with Python itself. :) ChrisA