A Beginner’s Guide to Pip

A Beginner’s Guide to Pip

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 34m | 147 MB

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.

Table of Contents

1 Introduction
2 Scripts, Modules, Packages, and Libraries
3 Why can’t Python find my modules-
4 What is a Package Manager-
5 Getting Started with PIP and PyPI
6 Using Requirement Files
7 Production vs Development Dependencies
8 Uninstalling Packages
9 Alternatives to PIP
10 Conclusion