This talk is an introduction to multiple inheritance in Python, and how to extend the API of classes via the mixin pattern. It touches on inheritance, superclasses, and a couple of real-world examples to illustrate its use.