.. _talk_inheritance: Inheritance in Python ========================== The following is a short talk about class inheritance in Python. .. toctree:: :caption: Content :maxdepth: 2 basics multiple_inheritance Sources ------- * Inheritance: https://www.python-course.eu/python3_inheritance.php * Inside the Python VM: https://leanpub.com/insidethepythonvirtualmachine/read#leanpub-auto-method-resolution-order-mro * Raymond Hettinger - Super considered super! https://www.youtube.com/watch?v=EiOglTERPEo