#programming-tips
Read more stories on Hashnode
Articles with this tag
1. What is a Decorator? Definition:A decorator is a function that takes another function as input and extends or alters its behavior without modifying...
Understanding Magic Methods in Python Magic methods in Python, also known as dunder methods (because they have double underscores at the beginning and...