[Tutor] Enumerate vs DictReader object manipulation:

Alex Kleider akleider at sonic.net
Thu Feb 4 13:57:04 EST 2016


On 2016-02-04 01:46, Oscar Benjamin wrote:
> 
> You can see an explanation of the different collection terminology 
> here:
> https://docs.python.org/2/library/collections.html#collections-abstract-base-classes
> 
> A dict is a Mapping and a set is a Set. Both also comes under the
> categories Sized, Iterable, and Container.
> 
> --
> Oscar

Thanks for the clarification.  It caused me to go down the path a bit 
farther...
The following link might be helpful in this context:
http://blog.wachowicz.eu/?p=132


More information about the Tutor mailing list