What is a Decorator in Python?

Sweeter your Python code in an advanced way with the help of decorators.

Allie Hsu
Python in Plain English
3 min readAug 28, 2021

--

Photo by vadim kaipov on Unsplash

When you view lots of source code on GitHub or on other platforms, you might see an @ above the function. But many of us don’t know what it does. I didn’t either until I learned this interesting feature of Python — Decorator.

--

--