You may need to scrape a website once in a while. That means that we'll need a convenient tool for it. You could use tools like requests combined with beautiful soup but since you'll only be using a small subset of these libraries most of the time you may be able to make do with a simpler package: gazpacho.
In this series of videos we will be scraping a table from the pypi website.
For this video you'll need to install the following dependency;
python -m pip install gazpacho