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:
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.