[Python-ideas] Pre-PEP 2nd draft: adding a statistics module to Python

Guido van Rossum guido at python.org
Thu Aug 8 16:58:07 CEST 2013


--Guido van Rossum (sent from Android phone)
On Aug 8, 2013 7:29 AM, "Steven D'Aprano" <steve at pearwood.info> wrote:
> - one-pass algorithm for variance is deferred until Python 3.5, until
then, lists are the preferred data structure (iterators will continue to
work, provided they are small enough to be converted to lists).

How do you plan to distinguish between lists and iterators?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130808/c491e5e6/attachment.html>


More information about the Python-ideas mailing list