+ 1
In which cases do we use pip in python
I understood that they have to be installed using cmd in windows etc.... But in which cases do we instal this pip
1 Resposta
+ 2
There are plenty of useful libraries available online to use them in our code. Pip is a program used to download these libraries into your machine inorder to run along with your code. suppose you want to connect to a database from your Python code. using pip you download database library and use it.