#programming-practices

[ follow ]
fromPythonmorsels
2 days ago

Don't call dunder methods

Dunder methods, or double-underscore methods, serve as hooks for customizing Python behavior, allowing programmers to define or modify functionalities like equality and comparison.
Python
[ Load more ]