[BangPypers] collections
Saager Mhatre
saager.mhatre at gmail.com
Wed Nov 9 12:53:33 CET 2011
On Wed, Nov 9, 2011 at 5:05 PM, Kenneth Gonsalves <lawgon at gmail.com> wrote:
> hi,
>
> 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'.
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.
Sorry if I wan't much help.
- d
More information about the BangPypers
mailing list