#object-interaction

[ follow ]

Every dunder method in Python

Python dunder methods are crucial for customizing class interactions
The 3 essential dunder methods are __init__, __str__, and __eq__
[ Load more ]