What is the importance of site-packages folder of Python installation?

Site-package is the folder and default place from where python interpreter import all user defined packages and library. So to import any package using import command we must attach it to site-package folder of Python Installation.

error: Content is protected !!