Python tricks collection Posted on 2020-08-29 Websites collection of powerful and well-explained python tricks Decoratorshttps://www.python-course.eu/python3_decorators.php#:~:text=A%20decorator%20in%20Python%20is,a%20modified%20function%20or%20class. Classmethod Decoratorhttps://www.geeksforgeeks.org/classmethod-in-python/