Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.04; 'received:internal': 0.09; 'python': 0.11; 'decade,': 0.16; 'frankly': 0.16; 'mark.': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:mail.srv.osa': 0.16; 'received:messagingengine.com': 0.16; 'received:nyi.mail.srv.osa': 0.16; 'received:osa': 0.16; 'received:srv.osa': 0.16; 'wrote:': 0.18; 'subject:] ': 0.20; 'mon,': 0.24; "i've": 0.25; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; '13,': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'quite': 0.32; 'received:66': 0.35; 'agree': 0.35; 'problem.': 0.35; 'but': 0.35; 'wrong': 0.37; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'easy': 0.60; 'success': 0.61; "you've": 0.63; 'header:Message-Id:1': 0.63; 'worth': 0.66; 'miss': 0.74; 'url:inf': 0.84; 'zen': 0.84; '2013,': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=G0y/y5Kp6X1+zNWhF1mmT2lh81c=; b=Q7p RCxwfSJnsyY3KfLLNHpu1U6Js34wqEpZEnxczGMjtEQgZHeCwLvSHK8BEgRiQKtQ XiHSRKV6gVdmPrXbEndRjuwZRi5/DtK3IqfHWM53nr7WJFxqsN9rI+3eOT/RBlUk +3UJH3PCJA0eRjdnWHBymn03yaqPAMAdhavcFgjU= X-Sasl-Enc: JnPHHUPZuMmD4xfe6bNntcKN0T28SIHFGMzPsw0ej1S0 1368456999 From: "marduk@python.net" To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-a83df6b4 In-Reply-To: <5190b049$0$29978$c3e8da3$5496439d@news.astraweb.com> References: <5190b049$0$29978$c3e8da3$5496439d@news.astraweb.com> Subject: Re: [Off topic] Software epigrams Date: Mon, 13 May 2013 10:56:39 -0400 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: 1368457004 news.xs4all.nl 15993 [2001:888:2000:d::a6]:52967 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45244 On Mon, May 13, 2013, at 05:20 AM, Steven D'Aprano wrote: > My, it's been a long time since I've seen these: > > http://pu.inf.uni-tuebingen.de/users/klaeren/epigrams.html > > They pre-date the Zen of Python by at least a decade, and quite frankly I > think many of them miss the mark. But whether you agree or disagree with > them, they're worth reading. Yes, they're all over the place, but worth reading. My favorite is: 101: Dealing with failure is easy: Work hard to improve. Success is also easy to handle: You've solved the wrong problem. Work hard to improve.