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:
- Your Python Coding Environment on Windows: Setup Guide
- Python’s Requests Library (Guide)
- Build a Wordle Clone With Python and Rich
- Using Python’s
pip
to Manage Your Projects’ Dependencies - Python Virtual Environments: A Primer
- The Terminal: First Steps and Useful Commands
- How to Evaluate the Quality of Python Packages
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.