๐Ÿ“– Beginning Python Programming /
Module: Defining Functions

Using pip

๐Ÿ“– Beginning Python Programming / Defining Functions / Using pip

What is pip

Package manager for Python.

Link: https://pip.pypa.io

Guide: https://pip.pypa.io/en/stable/quickstart/

pip is included in the official Python installer. This is a package manager to install extra Python modules (packages). For example, we can pip install beautifulsoup4 to install a web scraping library.