PyMOTW: In-Memory Data Structures
Originally posted
· 1 min read
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.