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

Raymond Hettinger raymond.hettinger at verizon.net
Tue Jan 13 14:51:56 EST 2004


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:

Raymond Hettinger



More information about the Python-Dev mailing list