TipsMake
Newest

Tags : nested functions in python

Decorator in Python
Python 22 July 2019

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!

Read More
How to use Closure in Python
Python 17 July 2019

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!

Read More