Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!nuzba.szn.dk!pnx.dk!news.stack.nl!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python': 0.09; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'received:184.172': 0.09; 'received:gator410.hostgator.com': 0.09; 'scripts,': 0.09; '~ethan~': 0.09; '"good': 0.16; 'means.': 0.16; 'received:gateway13.websitewelcome.com': 0.16; 'silly': 0.16; 'wrote:': 0.17; 'shell': 0.18; '>>>': 0.18; 'sorry,': 0.22; 'linux': 0.24; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'common': 0.26; '(unless': 0.29; "i'm": 0.29; 'to:addr:python-list': 0.33; 'pm,': 0.35; 'there': 0.35; 'but': 0.36; 'charset:us-ascii': 0.36; 'option': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'subject:...': 0.63; 'received:67.18': 0.65; 'believe': 0.69; 'neil': 0.84 Date: Tue, 05 Feb 2013 14:07:04 -0800 From: Ethan Furman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Opinion on best practice... References: <207d17ce-4bc7-487c-acde-6a7b9f66002b@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator410.hostgator.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stoneleaf.us X-BWhitelist: yes X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([173.12.184.235]) [173.12.184.235]:48435 X-Source-Auth: ethan+stoneleaf.us X-Email-Count: 1 X-Source-Cap: dG9idWs7dG9idWs7Z2F0b3I0MTAuaG9zdGdhdG9yLmNvbQ== 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360102601 news.xs4all.nl 6983 [2001:888:2000:d::a6]:57887 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38237 On 02/05/2013 01:39 PM, Neil Cerutti wrote: > On 2013-02-05, Walter Hurry wrote: >>> Sorry, I'm a Linux guy. I have no clue what that means. >> >> Hooray for common sense! Python is great, but it's silly to use >> Python (unless there is good reason) when a simple shell script >> will do the job. > > Python is an excellent option for writing shell scripts, > particularly if your shell is cmd.exe. I believe having your shell be cmd.exe qualifies as a "good reason"! :) ~Ethan~