Skip to main content

Posts

Showing posts from September, 2020

Python's decorators part 2 - Adding arguments

Let's see what are decorator and how to use in python allowing us to write more easily code to add features into different function without having to change them directly, but using... a decorator function.