Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'scipy': 0.05; 'subject:Python': 0.06; '(of': 0.07; 'subject:PEP': 0.07; 'pep': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; 'camp': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'numpy': 0.16; 'subject:Adding': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'url:peps': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'module': 0.19; "python's": 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'skip': 0.24; 'url:dev': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'asking': 0.27; 'header:In-Reply- To:1': 0.27; 'generally': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'comments': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'stuff': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'maybe': 0.34; 'received:google.com': 0.35; 'really': 0.36; 'executing': 0.36; 'installing': 0.36; 'url:org': 0.36; 'pm,': 0.38; 'anything': 0.39; 'read': 0.60; 'more': 0.64; 'feeling': 0.68; 'battery': 0.84; 'here...': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=LtvpMLLQWtcRwio9gXOVkJ1oXQsGqYB8f0sK11X4WNA=; b=ADevbOtnEd2BT44Hxob5AykcN2qJKabBHtZ24MyD0w578YCKjwMt31saeE740Yn0jC 1xSXN+0iEOEjhi6UsWgc0RLrKJTUXLz/GBK62ohp03mH85B2EByf2kGKNgmd1XdLAK/D UNU13D71TL/2TJP3aNKG2vUUO0xpHS1amKDZ7QB7fshr+VDpnjecM7V0yTFchE0ggKJ/ WjNz9zoF6xSPL4EET243PE1jeRICQ2lq+3Un+Xeg6X5wFRRi9i54y08OU6KCsSpAWIoi t1iloRuh4Wt1LpYfaWOC1nG62TSTGTPKcsObSDJYs/RDAB1ZXN8pnjo0fu81HX8E0/1Q QuIQ== MIME-Version: 1.0 X-Received: by 10.220.145.75 with SMTP id c11mr1903882vcv.30.1376104453385; Fri, 09 Aug 2013 20:14:13 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <520592f9$0$30000$c3e8da3$5496439d@news.astraweb.com> References: <520592f9$0$30000$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 9 Aug 2013 22:14:13 -0500 X-Google-Sender-Auth: N2j1oQIa9x83Kq5iJ5Ck_g2LBBM Subject: Re: PEP 450 Adding a statistics module to Python From: Skip Montanaro To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 1376104455 news.xs4all.nl 15906 [2001:888:2000:d::a6]:42095 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52294 On Fri, Aug 9, 2013 at 8:10 PM, Steven D'Aprano wrote: > I am seeking comments on PEP 450, Adding a statistics module to Python's > standard library: > > http://www.python.org/dev/peps/pep-0450/ > > Please read the FAQs before asking anything :-) Given that installing numpy or scipy is generally no more difficult that executing "pip install (scipy|numpy)" I'm not really feeling the need for a battery here... (Of course, I use this stuff at work from time-to-time, so maybe I'm more in the "nuclear reactor of batteries" camp anyway.) Skip