Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Python Basics Exercises: Installing Packages With pip (Summary)

In this video course, you practiced installing third-party packages using Python’s package manager, pip. After getting to know virtual environments, you worked with several useful pip commands, including pip install, pip list, and pip uninstall.

You also practiced how to declare requirements for your project and recreating a development environment.

To continue your Python learning journey, check out these video courses:

You’ll also find these written tutorials useful:

Download

Sample Code (.zip)

4.1 KB
Download

Course Slides (.pdf)

5.8 MB

rwelk on Feb. 28, 2024

I did all the other recommended courses before I tackled this one. The exercises reinforced all I learned previously. Great to apply what I remembered from doing the previous courses. I will be looking for mac style terminal with a file explorer incorporated that I can run in Linux. Thank you Philipp.

Become a Member to join the conversation.