Dictionaries

Read this for more on dictionaries.

Dictionaries

This chapter presents another built-in type called a dictionary. Dictionaries are one of Python's best features; they are the building blocks of many efficient and elegant algorithms.


Source: Green Tea Press, http://greenteapress.com/thinkpython2/html/thinkpython2012.html
Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 License.