filmov
tv
#29 - pip in Python (Python package manager)

Показать описание
Learn about pip command in Python. pip is used as the package manager in Python. Package is the collection of modules. In Python, we have built-in packages and External or third-party packages. Built-in packages are those that come along with python by default i.e. they are installed while installing python. External packages are those that we have to install explicitly using pip.