[Python] Mapping types in Python (aka dict type)

Trent Robbins robbintt at gmail.com
Tue Dec 1 06:48:52 UTC 2015


Nick --

I just read over the language in the builtin types documentation and I
understand what you were saying better. A map in Python is a dict which has
some methods that can be iterated over. There is more info here:
https://docs.python.org/2/library/stdtypes.html#mapping-types-dict

I was referring to the map builtin function in class but now I see what you
were talking about.

Best,
Trent


-- 
(Sent from cellphone)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.noisebridge.net/pipermail/python/attachments/20151130/04bdc3c3/attachment-0002.html>


More information about the Python mailing list