What is use of pip in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is use of pip in python?

What pip do

13th Feb 2021, 5:10 PM
Armaan Dwivedi
Armaan Dwivedi - avatar
4 Answers
+ 6
pip is the standard package manager for Python. It allows you to install and manage additional packages that are not part of the Python standard library. https://realpython.com/what-is-pip/ https://en.wikipedia.org/wiki/Pip_(package_manager) https://www.w3schools.com/python/python_pip.asp https://www.datacamp.com/community/tutorials/pip-python-package-manager
13th Feb 2021, 5:18 PM
noteve
noteve - avatar
+ 2
A bit similar to npm for Node if you are familiar with it.
13th Feb 2021, 9:05 PM
Sonic
Sonic - avatar
0
sk
14th Feb 2021, 5:34 PM
shuam bhabhr mak
shuam bhabhr mak - avatar
0
s
14th Feb 2021, 5:34 PM
shuam bhabhr mak
shuam bhabhr mak - avatar