Decoding the mysterious Python Decorator

Preyansh shah
5 min readMay 1, 2019

There is a lot of mystery surrounding the extended functionality that python decorators provide, especially for the beginners in python. There is no doubt to the fact that python decorators are hard to get along with. However, its only once we start understanding the basics of a decorator that we get to know the powerful stuff we can do with it.

--

--