- tell about class methods and static methods. See [Python's Instance, Class, and Static Methods Demystified – Real Python](https://realpython.com/instance-class-and-static-methods-demystified/) - Short intro to inheritance. - Mention [Abstract Base Classes](https://docs.python.org/3/library/abc.html). No need for details. People who know what polymorphism is will go see the doc. Others would not care.