Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'interpreter': 0.05; 'shipped': 0.05; 'tkinter': 0.07; 'tcl/tk': 0.09; 'python': 0.11; 'gui': 0.12; 'language.': 0.14; '10:05': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'tcl': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'library': 0.18; 'bit': 0.19; "python's": 0.19; 'seems': 0.21; 'header:User-Agent:1': 0.23; 'library,': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'subject:please': 0.30; 'entirely': 0.33; 'but': 0.35; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'improved': 0.60; 'subject: ': 0.61; 'kind': 0.63; 'different': 0.65; '"look': 0.84; 'facto': 0.84; 'ships': 0.84; 'subject:want': 0.91; 'subject:answer': 0.95 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sat, 14 Dec 2013 13:01:58 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: GUI:-please answer want to learn GUI programming in python , how should i proceed. References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <20131214180549.59e9831a6faf098b754ea00a@gmx.net> In-Reply-To: <20131214180549.59e9831a6faf098b754ea00a@gmx.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387051351 news.xs4all.nl 2862 [2001:888:2000:d::a6]:60969 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61913 On 12/14/2013 10:05 AM, Wolfgang Keller wrote: > Tkinter is a bit "special" to use since it's not just a library, but > uses some kind of RPC. It seems that "look and feel" have been greatly > improved lately. I know Tkinter originated with the Tcl/Tk language. With Tkinter in Python is it still using Tcl/Tk under the hood? IE embeds the Tcl language interpreter into Python's interpreter? If so I've always found it a bit strange that the de facto GUI library that's shipped with Python ships an entirely different language with it under the hood.