An Intro to Installing Python Packages with pip
Python's standard library is amazing. You can build all kinds of different programs using nothing but what comes with Python. However, there is an entire ecosystem of additional Python packages that you can install. The vast majority of these packages can be found on the Python Package Index (PyPI) or Github.
You can browse PyPI here:
https://pypi.org/
You…
Keep reading with a 7-day free trial
Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.