conferences | speakers | series

Python Data Structures implementation

home

Python Data Structures implementation
FOSDEM 2017

When writing Python code, you might find yourself using lists and dictionaries pretty often. But do you really know how they work? Fortunately, their implementation as well as their history are (really) well documented. In this presentation, we will dive into CPython 3.6 internals, explain how these data structures have been designed, how they behave (and why).

Speakers: Flavien Raynaud