What is pip? how to use it with Python?

What is pip?
pip is the package installer for Python. It is a command-line tool that allows you to install, upgrade, and manage Python packages and libraries from the Python Package Index (Py...