CS110: Fall 2020

Intro to Computer Programming with Python

CS110: Fall 2020

Lessons > 9. Introduction to PIP

In lecture today, we’re going to go over installing third-party modules using PIP (a command line tool to install third-party Python libraries). This will not be on the quiz, but it’s important when you’re working with Python.

If we have time, we can also go over any questions that you have about writing functions. We will also have all day on Wednesday to go over any questions relating to Quiz 2.

Today's Activities

For today, please do the following:

1. Download the Exercise Files

Exercise Files

2. Review the Slides

  1. Third-Party Modules

3. Watch the Lecture Video(s)

Link Title Type Duration
Video 1 PIP Demo lecture 46:018

4. Review / Study the Supplemental Materials

Note: these readings / videos are suggested for additional context / examples, but not required.

  1. What is PIP?. Python for Beginners