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.
What’s Included:
- 11 Lessons
- Video Subtitles and Full Transcripts
- Accompanying Text-Based Tutorial
- Interactive Quiz to Check Your Progress
- Q&A With Python Experts: Ask a Question
- Certificate of Completion
Related Learning Paths:
Oliver Frolovs on July 8, 2022
I think I finally understood the bewildering landscape of environment isolation and dependency management tools in Python. Thank you!