Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74640

Re: I need an idea for practise!

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 <rosuav@gmail.com>
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 <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11928.1405606860.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, Jul 17, 2014 at 7:59 PM, Nicholas Cannon
<nicholascannon1@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

I need an idea for practise! Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-17 02:59 -0700
  Re: I need an idea for practise! alister <alister.nospam.ware@ntlworld.com> - 2014-07-17 10:13 +0000
  Re: I need an idea for practise! Abhiram R <abhi.darkness@gmail.com> - 2014-07-17 19:03 +0530
  Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 00:20 +1000
  Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 09:34 -0700
    Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 03:20 +1000
      Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 12:30 -0700
        Re: I need an idea for practise! Paul McNett <paul@mcnettware.com> - 2014-07-17 13:21 -0700
        Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 12:03 +1000
          Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 20:07 -0700
            Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 13:23 +1000
              Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 21:06 -0700
                Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 16:00 +1000
    Re: I need an idea for practise! Terry Reedy <tjreedy@udel.edu> - 2014-07-17 17:46 -0400
    Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 12:04 +1000
  Re: I need an idea for practise! Orochi <kartikjagdale11@gmail.com> - 2014-07-17 11:05 -0700
    Re: I need an idea for practise! AudreyJean <iamAudreyJean@gmail.com> - 2014-07-18 08:42 -0700
  Re: I need an idea for practise! Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-17 19:03 -0700

csiph-web