Python Decorators
In Python, decorators are often shrouded by a layer of mystery. We tend to use them without understanding how they work, but if understood properly, they can really improve our efficiency. This blog will cover the fundamentals of decorators, and assumes that you have an understanding of how functions work.