Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.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.120 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.00; 'pop': 0.05; 'cc:addr :python-list': 0.11; 'calculator': 0.16; 'command-line': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'kind).': 0.16; 'wrote:': 0.18; 'basically': 0.19; 'subject:need': 0.19; 'thu,': 0.19; 'input': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'quickly': 0.29; 'message-id:@mail.gmail.com': 0.30; 'quite': 0.32; 'text': 0.33; 'core': 0.34; 'something': 0.35; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'pm,': 0.38; 'little': 0.38; 'anything': 0.39; 'extremely': 0.39; 'how': 0.40; 'most': 0.60; 'simple': 0.61; "you'll": 0.62; 'fire': 0.65; 'worth': 0.66; 'useful.': 0.68; 'jul': 0.74; 'programs,': 0.74; 'day': 0.76; 'drops': 0.91; 'habit': 0.91; 'to:none': 0.92 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=4N7RsOdeM1hnSymBkcMma2la6jPD4YKbNHGtjfJvQTk=; b=T+c/Fd2IbLNhSs7XWRElJM9ZQzPJMDlM0FKZI08GdznpSeF8F1cDpeLV4m+27BFje/ PGHR7+31AKuCIh++Rw5vUnhEkwsVjuW15Nk4pvSxXi7+GIM+q8X06RlwEXUTi4WPEhPu 7NcZD6E2RQ0wPXmJY1cIDB6ViPRmpioLd8IGs0pru3Wysnu06NbsYrRggn2dF39o14Tv FhMYjnTFXKoO3FmUy8h2DAGK55JS4PPXKNXLsumVvoXAN+37728vHyD9aLjB2tTSb+G6 aZBZG23CLNlWtNzuxzOz2Nhox5Xu2H3AU4QZKrhSGZa42ivvOkjz4QSXDcmYlYcy+Uyq GjmA== MIME-Version: 1.0 X-Received: by 10.220.195.67 with SMTP id eb3mr24354099vcb.30.1405606856922; Thu, 17 Jul 2014 07:20:56 -0700 (PDT) In-Reply-To: <6239bcaa-828f-499b-936d-69d022bb94ac@googlegroups.com> References: <6239bcaa-828f-499b-936d-69d022bb94ac@googlegroups.com> Date: Fri, 18 Jul 2014 00:20:56 +1000 Subject: Re: I need an idea for practise! 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: 1405606860 news.xs4all.nl 2894 [2001:888:2000:d::a6]:42673 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74640 On Thu, Jul 17, 2014 at 7:59 PM, Nicholas Cannon wrote: > I have made 2 programs(with GUI). And basically they are quite boring(a text editor and calculator). Just for reference, those may be simple concepts, but they're anything but boring. Most of us use text editors all the time, and I have a habit of incorporating calculators into basically everything I write (if it has a command-line input system of any kind). It's worth knowing how to write both programs, because some day you'll be doing something where you want the program to just quickly pop up a little editor and let you change something on the fly, or just quickly fire up a calculator that drops the result into some part of the program's core functionality. It can be EXTREMELY handy, and useful. ChrisA