Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Bernardo Sulzbach Newsgroups: comp.lang.python Subject: Re: When I need classes? Date: Tue, 12 Jan 2016 19:08:10 -0200 Lines: 18 Message-ID: References: <56927b37$0$1586$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 8sZFDWUFfpaVthY20z1xzQ11OvYcWD8f9KAUpW40Pokg== 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.87; '*S*': 0.00; 'jan': 0.11; '2016': 0.16; 'gregory': 0.16; 'popping': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'screen,': 0.16; 'wrote:': 0.16; 'subject:need': 0.18; 'windows': 0.20; 'this:': 0.23; 'header:In- Reply-To:1': 0.24; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.27; 'back!': 0.29; 'code': 0.30; 'raymond': 0.30; 'idle': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'next': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; '12,': 0.37; 'doing': 0.38; '(with': 0.38; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'offering': 0.66; '"hey,': 0.84; 'bernardo': 0.84; 'cartoon': 0.84; 'subject:When': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=jYca71MZTApgqHtoX6MQMYWPnX4Xi0Fex3pK873Ws44=; b=nU7W+ye/fbe20Gcc7JBgHm/qCIsv3lPZ5u3CNaF5UBfNUCk3qhANzH7fZ5mHCyKFFa UAsGETYvaISUicSj9WPz8du/d46DiPjEaJabeT8fGI9Ur4uHkhiyA+/TmZ4Upy0g3l8/ U0sezm25x2Hjws9GycBLkUKR/34D3PhOlMxOcRuwF2H+qrckDoyo1WicGJUkAmUoA6UK iIksmdwns0EK1RIRcLiVZSrdfPu4g7+UWKV0wRmZQbmdPR1ClWu7/1MFRHSkQlpEqAYV 2EUgA3bsFY3FSuqhOvOcuNI1znv5T8iwGAKLrvphbRwX3HpgAGXsB8aFRNLAlTShklRK UbRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=jYca71MZTApgqHtoX6MQMYWPnX4Xi0Fex3pK873Ws44=; b=X6JLqO07WfVjaZgPyhVXd7FiBsapUVgsf9KIobY6PE9vKd48meC/ZAie0bqx68LiJB W92IxxxqMw6La6N8gw2ZZnUIgbuXysGdEhobZrWhzah+6myNEChp6EmCJdHORRBxOPoM XHSshdHAPoJ/Ze4mJOdpc5/tnvT3XOe6yIW5aCHz/v36cYnzg/d/lWm8S23hwh9Mmo7a 6ADV6OLYFDN2ccjTRJnu0y9Kr7/I93mgjCIsMTZhPQJYsMPCRUZ2fSNfT+5NcqpCHSKo qbF3Y8725B+cf8hkdGMFReI7+kSjyC2cnGiNLm6eHvFDqVl15vMUzPf0knFkDnjw1miC 43qA== X-Gm-Message-State: ALoCoQn6VmK/yg2PNy57X9eOAGsZ9iiR8VC+jH+EVmiARX6Jg1IEaY8euXZzLWqpW9pW1h1k5C+yIC2HPkKGQmXkveL0ZYtpYA== X-Received: by 10.25.209.80 with SMTP id i77mr42627736lfg.33.1452632930235; Tue, 12 Jan 2016 13:08:50 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101576 On Tue, Jan 12, 2016 at 7:01 PM, Gregory Ewing wrote: > Chris Angelico wrote: >> >> So start simplistic, and then look >> into it like this: "Hey, see how you're doing this five times? There >> HAS to be a better way!" (With acknowledgement to Raymond Hettinger.) > > > That gave me visions of a little animated cartoon of > Raymond popping up in the corner of the screen, offering > to write some code for me. The next big IDLE feature...? > The Windows paperclip strikes back! -- Bernardo Sulzbach