Python useful Decorators decorators are used to modify the behaviour of a function without permanantly modify the function. List of Decorators Single Decorator Chaining Decorator Universal Logger decorator time_it decorator