Decorator in Python
decorator is used a lot in python. so how to create a decorator and why you should use it. let's go find the answer!How to use Closure in Python
in this article, tipsmake.com will work with you to learn about closure in python, how to define a closure and why you should use it. let's go find the answer!Generator in Python
how is the generator different from iterator and what is the usual function, why should we use it? let's find out all through this article.