Python Basics: Installing Packages With pip

So far on the Python Basics learning path, you’ve been working within the bounds of the Python standard library. Now it’s time to unlock packages that aren’t included with Python by default. To do that, you’ll need pip.

Many programming languages offer a package manager that automates the process of installing, upgrading, and removing third-party packages. Python is no exception. The de facto package manager for Python is called pip.

In this video course, you’ll learn how to:

  • Install and manage third-party packages with pip
  • Use virtual environments to separate project dependencies
  • Declare requirements and re-create a development environment
  • Navigate PyPI, the Python Package Index

With that knowledge as your guide, you’ll be able to confidently install packages

 

 

 

To finish reading, please visit source site