4 min
Python
Decorators in Python – How to enhance functions without changing the code?
Decorators in python allow you to dynamically change the functionality of another function, without altering it’s code. What? Is that possible? Yes. This covers:...
