Implementing Custom Containers - Claus

Posted on
PyCon UK Conference Python Data Structures Development Software Development

Write up of Claus’ talk on implementing custom containers from PyconUK 2017.

Very good talk on looking at how you structure your data. Don’t always need to create a class, you can mimic or subclass existing collections.

Slides