This video is about Python User Defined Module.
How to create user defined module
How to save in a location so that it can be accessible from every location i.e. site-packages folder
How to create packages and storing modules in it
How to import modules stored in packages
Concept of namespace
Importing module and calling functions