Getting started with Python's `super()` function
As we all know, python can do both structural and object-oriented programming. As part of its OOP, it follows one key concept that is inheritance. To use the inheritance concept, python uses the super() function to refer to the parent class' methods...
Sep 3, 20213 min read145


