Python Decorator Pattern
Diversify your Python functions by decorating them
Sometimes we need to modify or change the behaviour of a function in a loosely coupled manner. Learn how to do this in this 10-minute video.
Diversify your Python functions by decorating them
Find out why this 'anti-pattern' is useful