Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'argument': 0.05; 'args': 0.07; 'subject:adding': 0.07; 'subject:getting': 0.07; 'subject:help': 0.08; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'language.': 0.14; 'brackets': 0.16; 'notation': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject: \n ': 0.16; 'subject:beginner': 0.16; 'subject:values': 0.16; 'language': 0.16; 'wrote:': 0.18; 'slightly': 0.19; 'thu,': 0.19; '>>>': 0.22; 'appears': 0.22; 'shell': 0.22; 'header:User-Agent:1': 0.23; "i've": 0.25; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'fixed': 0.29; 'chris': 0.29; 'am,': 0.29; 'dec': 0.30; 'that.': 0.31; 'though.': 0.31; 'url:python': 0.33; 'subject:the': 0.34; 'subject:from': 0.34; 'but': 0.35; 'there': 0.35; 'really': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; '12,': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'our': 0.64; 'subject:. ': 0.67; 'url:0': 0.67; 'square': 0.74; 'ambiguous': 0.84; 'received:2': 0.84; 'careful': 0.91; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: adding values from a csv column and getting the mean. beginner help Date: Wed, 11 Dec 2013 20:00:27 +0000 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-195-123.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386792023 news.xs4all.nl 2959 [2001:888:2000:d::a6]:42907 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61614 On 11/12/2013 19:46, Chris Angelico wrote: > On Thu, Dec 12, 2013 at 6:41 AM, Mark Lawrence wrote: >>> Square brackets in a usage description often mean "optional". You may >>> want to be careful of that. There's no really good solution though. >> >> There is, https://pypi.python.org/pypi/docopt/0.6.1 :) > > That appears to use for a mandatory argument x, which is then > slightly ambiguous with shell redirection. But that's the best > notation I've ever seen for distinguishing mandatory args from fixed > keywords. > > CrisA > I use the alternative X for a mandatory argument X. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence