Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '16,': 0.03; 'lawrence': 0.09; 'omit': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'latter,': 0.16; 'shorten': 0.16; 'subject: \n ': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'variable': 0.18; 'fit': 0.20; 'cc:addr:python.org': 0.22; 'space.': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'characters': 0.30; 'dec': 0.30; 'subject:please': 0.30; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'lines': 0.31; 'text': 0.33; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'should': 0.36; 'pm,': 0.38; 'sure': 0.39; 'within': 0.65; '100+': 0.68; '100': 0.79; '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=7UdgGVtwSVTSW9b+UHqHjkQJCPZRuIi/kiwcfPyg11M=; b=Szbk5kIvlEPC9/+QW0XqXjfBB5b4QTchr3R44dqBWg7xVoNNbYJR9gT6ok9c0QPgXd GAyb2rnT8O5bLlOXIWyUTn7LmU5Op+mukk89IHXRG8onjRqftSA+m1leBZX2yCQ3nmnf TPB9At+e1gWdnLKrcmzYqKjvR790YRboVuzMEG6cUiV59nCtcb8G7ofpiAhOeV6jcfEN nfqNqfEtVXJrBlK52vLuGEkgSWU7suvHNxjBYV/NQB6kDIk510vIAAHsTDMvrZswfpk9 MR+fEZmY7yKg+UKjN/bq+Gk+fevpNL+lys7jO+MgxRBkVzm8ybDgwBJ7G6NB56vRia/V /CvQ== MIME-Version: 1.0 X-Received: by 10.68.173.132 with SMTP id bk4mr2775291pbc.169.1387195123144; Mon, 16 Dec 2013 03:58:43 -0800 (PST) In-Reply-To: References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <52AE4A86.8040402@arcor.de> <52AE86E5.70409@gmail.com> Date: Mon, 16 Dec 2013 22:58:42 +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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387195131 news.xs4all.nl 2867 [2001:888:2000:d::a6]:40077 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62050 On Mon, Dec 16, 2013 at 8:42 PM, Mark Lawrence wrote: > I've done the latter, but still can't fit all the data for my 100+ screens > into a one liner, help please :) With 100 screens, you should be able to use lines of text up to 8000 characters long - just make sure your screens are organized horizontally. Shorten all variable names to a single letter, omit all unnecessary spaces, and you should be able to fit the code within that space. ChrisA