In which cases do we use pip in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

29th Jan 2018, 4:27 PM
Dharanidhar Sesha Sai Guntupalli
Dharanidhar Sesha Sai Guntupalli - avatar
1 Answer
+ 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.
29th Jan 2018, 6:12 PM
Ravi Chandra Enaganti
Ravi Chandra Enaganti - avatar