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

Aahz aahz at pythoncraft.com
Wed Jan 14 16:06:50 EST 2004


On Wed, Jan 14, 2004, Raymond Hettinger wrote:

* What to call the module [Aahz] stats There is already a stat module. Any chance of confusion?

Make it statistics, then.

The other naming issue is that some of the functions have non-statistical uses: product() is general purpose; nlargest() and nsmallest() will accept any datatype (though most of the use cases are with numbers). Are there other general purpose (non-statistical) accumulation/reduction formulas that go here?

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

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



More information about the Python-Dev mailing list