Python decorator
With the help of decorator, you can change the behavior of a function without modifying the function code. This means, you could execute some code that you would like to before/after the original function and anyone, who is calling this function, wou...
kapilg.hashnode.dev2 min read