oop
an archive of posts with this tag
-
Duck typing, and how Python handles types
What duck typing is, how ABCs and Protocol affect it, and how type hints coexist with duck typing.
-
classmethod vs staticmethod in Python
Compare classmethod and staticmethod in Python with examples.
-
SOLID
breif introduction to SOLID principles
-
Interfaces
An interface acts as the contract that governs how objects interact.