Managing Python Dependencies Transcripts
Chapter: Managing Third-Party Dependencies With pip
Lecture: Lesson Overview

Login or purchase this course to watch this video and the rest of the course contents.
0:01 In this part of the course, you'll learn how to manage your Python dependencies with the pip package manager.
0:07 Here is where you are int he course right now, this is the first main module in the course.
0:13 First of all, you'll learn what dependency management is and what it is good for. Next, you'll get an introduction to pip, the Python package manager.
0:21 You'll learn how to install and update pip to the latest version, and right after that, you're going to learn about the different
0:27 Python package repositories and the associated websites. Then, you'll learn how to install Python packages with the pip command line tools.
0:35 Next, you'll learn how to identify and update outdated packages, and in the final lesson in this module, you'll learn how to
0:42 uninstall or remove packages from your system. Let's start with an introduction to dependency management.


Talk Python's Mastodon Michael Kennedy's Mastodon