A Beginner's Guide to pip – Real Python (original) (raw)

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:

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:

Related Learning Paths: