Python and Data Structure
Python and Data Structure
(http://blackecho.github.io) se
mo
Understanding Python's
underlying data structures
Let’s take a look at how Python’s typical data structures (lists,
tuples, dicts, sets) are implemented, and how we can take
advantage of this knowledge to optimize our code. The
implementation we are focusing on is CPython.