Python Decorators Made Easy

Jordan P. Raychev
Python in Plain English
5 min readFeb 21, 2021

--

When I started my journey as a software engineer I was fascinated by the syntax of programming languages and most of the time I was asking what in the world that function do and how does it do it. The one that really grab my attention was python decorators. It looks elegant, simple and yet does so much for you — kind of like magic. You’ve got your function you want to decorate, you throw a @ sign before it and it works! Indeed magic!

Photo by Artem Maltsev on Unsplash

--

--

Network, system and software engineer with true passion about technology. Love to read and spend time in nature.