Managing Third-Party Dependencies With Pip
00:00 In this part of the course, you’ll learn how to manage your Python dependencies with the pip package manager. Here is where you are int he course right now, this is the first main module in the course.
00:12 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. 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 Python package repositories and the associated websites.
00:29 Then, you’ll learn how to install Python packages with the pip command line tools. Next, you’ll learn how to identify and update outdated packages, and in the final lesson in this module, you’ll learn how to uninstall or remove packages from your system.
00:44 Let’s start with an introduction to dependency management.
Become a Member to join the conversation.