Concept

Package Management

When developing python applications, you often need to use libraries or packages that aren't included in python's standard library. In order to keep track of the required packages and libraries that your project depends on, you can make use of a package manager to install packages and manage dependencies. Python's documentation officially recommends the use of pipenv, but other package managers exist as well, such as pip and poetry.

0

1

Updated 2021-06-08

Tags

Python Programming Language

Data Science

Learn After