+ 2
What is use of pip in python?
What pip do
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
+ 2
A bit similar to npm for Node if you are familiar with it.
0
sk
0
s