Suresh Kumar
sureshdsk.dev

sureshdsk.dev

Follow
Series

Python Decorators


Articles in this series

Python Decorators 101

May 6, 20213 min read

This article is part of python decorator series. In this article, we will learn what is decorator and how it works and how to implement a simple...

Python Decorators 101
Python Decorators 201
Class based decorators in python
Python decorators with parameters
Python decorator to measure execution time
Memoization decorator in python