[Python-Dev] Accumulation module (original) (raw)
Aahz aahz at pythoncraft.com
Tue Jan 13 15:21:58 EST 2004
- Previous message: [Python-Dev] Accumulation module
- Next message: [Python-Dev] Accumulation module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-Dev] Accumulation module
- Next message: [Python-Dev] Accumulation module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]