Inheritance in Python¶
The following is a short talk about class inheritance in Python.
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