When should you call super? PREMIUM

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

When should you use super in Python?

A base class

Here we have a Node class that can be used for representing a tree-like structure:

...

A Python Tip Every Week

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