PyMOTW: In-Memory Data Structures

Python includes several standard programming data structures as built-in types (list, tuple, dictionary, and set). Most applications won’t need any other structures, but when they do the standard library delivers.

Read more at pymotw.com: articles/data_structures.html