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!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.023 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.02; 'syntax': 0.04; 'interpreter': 0.05; 'wrapped': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '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; 'subject:python': 0.16; 'all.': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'dec': 0.30; 'subject:please': 0.30; 'message- id:@mail.gmail.com': 0.30; 'pickle': 0.31; 'another': 0.32; 'johnson': 0.35; 'received:google.com': 0.35; 'curious': 0.36; 'module.': 0.36; 'wrong': 0.37; 'pm,': 0.38; 'called': 0.40; 'actually,': 0.84; 'ships': 0.84; 'subject:want': 0.91; 'to:none': 0.92; 'rick': 0.93; '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=6c0GQuRJ8rrJtSg+EitfgCmrlpTZYckUTzaZCzuiXeM=; b=Vz2A/v/ws25kQJbtGm+L2bPYYswkifROXNqChqlXmKXHft2a0cE8o9bTgsKWXGb83k 63FYXzjuvl+Da6R0HB6nLGduwCgkXosyCNnMoPAXYr/ZMQawMZoTSH0FVjq/f5PKNojk QUpooKWqRTC0z/Wd1q+0/HGkDXTAj4qg0QrDeEBLvivWTG/CXVY22gsIugPiEK+noiaZ FVLBr0Ssvnho7iJzOnnxYrm1/Vga/pC6ht/08gLuDAU/yUHICFR1TrHno4xscJD0Gs0g ZW1dfv9iZHRkpl2atmCqTwCkvSUFhE9XTA/0keBv0l8/uEFpXjTjgo5HLbS71KXkdB1b 8q/g== MIME-Version: 1.0 X-Received: by 10.66.102.39 with SMTP id fl7mr24650529pab.43.1387259251684; Mon, 16 Dec 2013 21:47:31 -0800 (PST) In-Reply-To: <9846a594-e415-4ab8-8df7-67d10a081ffc@googlegroups.com> 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> <9846a594-e415-4ab8-8df7-67d10a081ffc@googlegroups.com> Date: Tue, 17 Dec 2013 16:47:31 +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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387259261 news.xs4all.nl 2898 [2001:888:2000:d::a6]:41521 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62156 On Tue, Dec 17, 2013 at 4:37 PM, Rick Johnson wrote: > We don't need that functionality, we ALREADY have a > language... it's called Python and the syntax is MUCH > better. All we want is a damn GUI. > > And trying to justify TCL as legit because "Tcl just calls C > routines" is ludicrous. Python already ships with another language interpreter - actually, several wrapped up into one. It's called the pickle module. There's nothing fundamentally wrong with calling on another language; I was just curious about it, is all. ChrisA