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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to