In this video course, you learned how to install third-party packages using
Python’s package manager, pip. After getting to know the terminal and virtual environments, you saw several useful pip commands,
including pip install, pip list, and pip uninstall.
You also learned how to declare requirements for your project and find third-party packages on PyPI.
To continue your Python learning journey, check out these video courses:
- Using the Terminal on Windows
- Using the Terminal on Linux
- Using the Terminal on macOS
- Making HTTP Requests With Python
- A Beginner’s Guide to pip
- Working With Python Virtual Environments
You’ll also find these written tutorials useful:

