[Python-Dev] Add a "transformdict" to collections

Steven D'Aprano steve at pearwood.info
Wed Sep 11 15:56:01 CEST 2013


On Wed, Sep 11, 2013 at 10:47:12PM +1000, Nick Coghlan wrote:

> I'll join the chorus requesting that this live on PyPI for a while first.

Another alternative would be ActiveState's Python recipes:

http://code.activestate.com/recipes/langs/python

which is a lot lighter weight than creating a package on PyPI.

I believe that ChainMap, namedtuple, groupby, lru_cache and even 
math.fsum started life on ActiveState.


-- 
Steven


More information about the Python-Dev mailing list