A Beginner's Guide to Pip
Austin Cepalia
10 Lessons
34m
basics
tools
What is pip? pip is the standard package manager for Python. It allows you to install and manage additional packages that are not part of the Python standard library. This course is an introduction to pip for new Pythonistas.
In this course, you’ll learn about:
- Installing additional packages not included with the standard Python distribution
- Finding packages published to the Python Package Index (PyPI)
- Managing requirements for your scripts and applications
- Uninstalling packages and their dependencies
As you’ll see, the Python community is very active and has created some neat alternatives to pip that you’ll learn about later in this course.
A Beginner's Guide to Pip
10 Lessons 34m
4. What is a Package Manager? (01:55)
6. Using Requirement Files (04:04)
8. Uninstalling Packages (01:27)
9. Alternatives to Pip (01:19)
About Austin Cepalia
Austin is a video tutorial author at Real Python. He's currently a sophomore working toward a degree in computer science at Rochester Institute of Technology.
» More about Austin





Marat Sabirov on May 26, 2020
Awesome! I already used Anaconda on Windows, and now I know how it works on Linux. Big Thx to Austin =)