Decorators in Python

Introduction to the design pattern.

Keno Leon
6 min readApr 3, 2020

--

I recently wrote about the difficulties of organizing your python code and part of the solution involved using design patterns, one of the most common ones is the Decorator pattern, ( so common it is part of the language ), so like most of my posts this is written from a beginners ( me and maybe you) point of view with an informal attitude, learn by trying and simple…

--

--