[Python-Dev] Accumulation module (original) (raw)

Aahz aahz at pythoncraft.com
Tue Jan 13 15:21:58 EST 2004


On Tue, Jan 13, 2004, Raymond Hettinger wrote:

I'm working a module with some accumulation/reduction/statistical formulas: average(iterable): stddev(iterable, sample=False) product(iterable) nlargest(iterable, n=1) nsmallest(iterable, n=1) The questions that have arisen so far are: * What to call the module

stats

Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/

A: No. Q: Is top-posting okay?



More information about the Python-Dev mailing list