Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.066 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.06; 'aggregate': 0.07; 'strings.': 0.09; 'cc:addr:python-list': 0.11; 'all?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'limiting': 0.16; 'subject: \n ': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'subject:please': 0.30; 'message-id:@mail.gmail.com': 0.30; 'case,': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'sure': 0.39; "you're": 0.61; 'world': 0.66; 'edwards': 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=rDmY6zfQgL/I9ENQjdZFccr865NoV2KgA1drncDKfvY=; b=lHKjk9Tt4GrGILpteHgezQarI53zsd8Jgm2BzBXCpWMZqvWSljlRtpJMlO9stTUMpm LRof2NNaeF8KQxmxhtzzgcdHgTR3BmGQJnDy/Rk6ZmwqGxrAY9jlTyFFH9NnSNSH1RDM 51PwA0S6bhK2SWY8LyLLl/XIwHMSY461OwXqXAlLsEdl9WT0x3cGfwY4KuxezSAKd/H8 PkyK9ettNJJzTGG6meVHFPRC8atN1Z058M03/cQIWl2F/e2qHJBVgiXW6v4/kEsI1sIe Hh6xwJujFpSyfH/h1NSU5sAIzvOpKXq8xToMX/dv3uqKCnSP0LPbadR7PCCOpkqfFb6w vYpQ== MIME-Version: 1.0 X-Received: by 10.68.236.133 with SMTP id uu5mr21207611pbc.153.1387212758678; Mon, 16 Dec 2013 08:52:38 -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 03:52:38 +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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387212762 news.xs4all.nl 2904 [2001:888:2000:d::a6]:52281 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62078 On Tue, Dec 17, 2013 at 3:46 AM, Grant Edwards wrote: > * The "everything is a string" view of the world is severly > limiting if you're not just processing strings. I wasn't sure if that was the case, from what I was seeing. Are there any aggregate types at all? ChrisA