[BangPypers] collections

Kenneth Gonsalves lawgon at gmail.com
Wed Nov 9 13:00:49 CET 2011


On Wed, 2011-11-09 at 17:23 +0530, Saager Mhatre wrote:
> > python collections are cool and I am dying to use them in
> production.
> > But so far I am yet to find a use case for using them - any
> experiences?
> >
> 
> I'm assuming you mean the Python collections package that provides
> 'High-performance container datatypes'.
> 

yes
> We use defaultdict to good effect at work, but as far as I can tell,
> that's
> the only one we use from that package; other than Callable that I used
> in a
> bunch of test utilities, but that usage wasn't really valuable. 

but it must be useful for *something* ;-)
-- 
regards
Kenneth Gonsalves



More information about the BangPypers mailing list