Python Decorators 101
This article is part of python decorator series. In this article, we will learn what is decorator and how it works and how to implement a simple decorator function. Decorator In Python, decorators are the functions that can change the behavior of o...