Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Installing Packages With pip (Overview)

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 suit your programming needs.

This video course is part of the Python Basics series, which accompanies Python Basics: A Practical Introduction to Python 3. Note that you’ll be using IDLE to interact with Python throughout this course.

Download

Course Slides (PDF)

8.0 MB

Become a Member to join the conversation.