Hi All, in this video we will discuss about the different ways to import packages, modules or their methods from other directories i.e. other folders.
We will also see that out of 4 methods which one should be used. Also we will explore that when we run any script with and without -m option, which path will be included by Python to the system path to find required packages, modules or their functions.
You will get an overview that how sys.path.insert will work as well as how import mechanism works in Python.