Methods are just functions attached to classes PREMIUM

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

In Python, methods are really just functions that are attached to classes.

How method calls work under the hood

We have a class here called Product and it has an initializer method and a display_price method:

...

A Python Tip Every Week

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