In this video we will learn the importance of _name_ == _main_ in python programming language.
Every python file is a module and every module in python has an internal variable __name__. The value of the variable changes depending upon how the module is getting used.