Path: csiph.com!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.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.102 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'scripting': 0.09; 'python': 0.11; 'things.': 0.15; '>on': 0.16; "cecil's": 0.16; 'from:addr:cs': 0.16; 'from:addr:zip.com.au': 0.16; 'from:name:cameron simpson': 0.16; 'message-id:@cskk.homeip.net': 0.16; 'points:': 0.16; 'python),': 0.16; 'script?': 0.16; 'simpson': 0.16; 'wrote:': 0.16; 'shell': 0.18; 'language': 0.19; '>>>': 0.20; 'pipe': 0.22; 'this:': 0.23; 'cheers,': 0.24; 'header :In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'url:dev': 0.27; 'agreed.': 0.29; 'pep': 0.29; 'such.': 0.29; 'url:peps': 0.29; 'no,': 0.29; 'point.': 0.29; 'comments': 0.30; 'certainly': 0.31; 'similar': 0.32; 'post': 0.32; 'language.': 0.32; 'point': 0.33; 'url:python': 0.33; 'michael': 0.33; 'to:addr:python-list': 0.35; "isn't": 0.35; 'being': 0.36; 'url:org': 0.36; 'beginning': 0.36; 'should': 0.37; 'email addr:python.org': 0.37; "didn't": 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'missing': 0.37; 'say': 0.38; 'mean': 0.38; 'pm,': 0.39; 'things': 0.39; 'expect': 0.39; 'to:addr:python.org': 0.39; 'why': 0.40; 'some': 0.40; 'content-disposition:inline': 0.60; 'your': 0.60; "you've": 0.61; 'fun': 0.61; 'gave': 0.63; 'road': 0.63; 'sharing': 0.64; 'six': 0.65; 'results': 0.66; 'cameron': 0.66; 'email name:python- list': 0.67; 'received:61': 0.72; "(don't": 0.84; 'cecil': 0.84; 'gabriel': 0.84; 'intending': 0.84; 'sake.': 0.84; 'approach.': 0.91; 'poorly': 0.93 X-Authentication-Info: Submitted using ID cskk@bigpond.com X-Authority-Analysis: v=2.0 cv=F6HVh9dN c=1 sm=1 a=MELVqYg4F9HO6bDQWmpPbQ==:17 a=yEdEr6MRgwAA:10 a=kj9zAlcOel0A:10 a=vrnE16BAAAAA:8 a=ZtCCktOnAAAA:8 a=XAFQembCKUMA:10 a=pGLkceISAAAA:8 a=8AHkEIZyAAAA:8 a=g6KaqkE2wP9ljfQTqXYA:9 a=CjuIK1q_8ugA:10 a=MELVqYg4F9HO6bDQWmpPbQ==:117 Date: Fri, 5 Jun 2015 14:28:44 +1000 From: Cameron Simpson To: python-list@python.org Subject: Re: Find in ipython3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <5571081D.2070507@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) References: <5571081D.2070507@gmail.com> 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: , Newsgroups: comp.lang.python Message-ID: Lines: 39 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433478539 news.xs4all.nl 2863 [2001:888:2000:d::a6]:47365 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92121 On 04Jun2015 20:23, Michael Torrie wrote: >On 06/04/2015 05:04 PM, Cameron Simpson wrote: >> On 04Jun2015 13:09, Michael Torrie wrote: >>> Why not use Python for what it's good for and say pipe the results of >>> find into your python script? Reinventing find poorly isn't going to >>> buy you anything. >> >> And several others made similar disparaging remarks. I think you're all = missing >> some of the point of Cecil's approach. > >I take your point. However I was not intending to make a disparaging >remark and certainly didn't expect my post to be taken that way. And I should apologise for suggesting you were being disparaging to Cecil a= s=20 such. I simply felt that these comments (don't bother reinventing the wheel= , in=20 various forms) gave a discouraging tone. >I've >been down this road before (doing shell scripting things in Python), and >it works pretty well for many things. Was just sharing my experience is >all. >I don't mean to discourage exploration for exploration's sake. By all >means have fun. Python certainly is a fun language. Agreed. Cheers, Cameron Simpson Gabriel Genellina: See PEP 234 http://www.python.org/dev/peps/pep-0234/ Angus Rodgers: You've got to love a language whose documentation contains sentences beginning like this: "Among its chief virtues are the following four -- no, five -- no, six -- points: [...]" =66rom python-list@python.org