Many programming languages offer a package manager that automates the process of installing, upgrading, and removing third-party packages. Python is no exception. The de facto package manager for Python is called pip.
This is a portion of the complete course, which you can find here:
https://realpython.com/courses/python...
The rest of the course covers how to:
Uninstalling packages
Declaring requirements
Re-creating a development environment
Navigating PyPI, the Python Package Index
コメント