Understanding Python Decorators

We look at how python decorators work using an example from the python decorator library - one which retries function execution on failure.