Supplementing the std lib (Was: partial sums problem)
Ethan Furman
ethan at stoneleaf.us
Wed Sep 29 13:11:13 EDT 2010
kj wrote:
> I'm interested in reading people's take on the question and their
> way of dealing with those functions they consider worthy of the
> standard library.)
Well, I have no functions than I'm lobbying to get into the stdlib, but
for all those handy-dandy utility functions, decorators, and classes, I
have a cookbook package that I add them to. Mine currently looks like this:
cookbook
__init__.py
decorators.py
meters.py
simplegeneric.py
utils.py
collections
__init__.py
NamedTuple.py
RecordType.py
More information about the Python-list
mailing list