beginner, idiomatic python

Alex Martelli aleax at mac.com
Mon Aug 27 00:07:26 EDT 2007


bambam <david at asdf.asdf> wrote:
   ...
> Bags don't seem to be built in to my copy of Python, and

A "bag" is a collections.defaultdict(int) [[you do have to import
collections -- it's in the standard library, NOT built-in]].


Alex



More information about the Python-list mailing list