[Python-ideas] statistics.sum [was Re: Pre-PEP: adding a statistics module to Python]
Joshua Landau
joshua at landau.ws
Tue Aug 6 04:29:50 CEST 2013
On 6 August 2013 03:21, Ryan <rymg19 at gmail.com> wrote:
> +99. In Python, if you don't have to put multiple lines of code for a
> single task, you shouldn't have to. That's my opinion, at least.
>
> What other stuff might this statistics module have? It's own array format
> like NumPy? I'm curious.
>
What would be the purpose of that? The module purposefully doesn't even do
multivariate data yet so multidimensional arrays are irrelevant and typed
arrays are something else entirely.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130806/163332d2/attachment.html>
More information about the Python-ideas
mailing list