Top Categories

A simple explanation of super() in Python
  • Category:
  • Sub Category:
No Views

[https://www.buymeacoffee.com/cogsci] In this video, I explain the super() function for object-oriented programming (OOP) in Python. There is a lot of myth-building about what this function does, but it's surprisingly simple! In a nutshell, super() make complex multiple inheritance easier, bu

Comments

You Might Be Interested In