Working with the Python Super FunctionAuthor: PFB Staff Writer Last Updated: May 20, 2020Python 2.2 saw the introduction of a built-in function called “super,” which returns a proxy object to delegate method calls to a class – which can be … [Read more...] about Working with the Python Super Function