How not to use super PREMIUM

Series: Inheritance
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
4 min. read 3 min. video Python 3.8—3.12
Python Morsels
Watch as video
02:56

Let's talk about how not to use super in Python.

Calling a method within a parent class

Here we have a class called DoublyLinkedNode which inherits from a Node class:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.

Python Morsels
Watch as video
02:56