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


Answer =

In order to import a package using import command, the packages and its contents must be attached to site-package folder of Python installation as this is the default place from where Python interpreter import Python library and packages. So, in order to import our package with import command in our programs, we must attach it to site package folder of Python installation.

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post