Is the any file in python , where we can define the libraries so that they will be downloaded automatically
Instructor
Yogesh Chawla Replied on 08/01/2021
For Python based Projects, We have libraries and we download or we load libraries using pip tool. pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.
Check this:
https://pip.pypa.io/en/stable/
There is a library for every kind of work in Python. Most of them, we are explaining as part of the course.