We can append the above URL with 2017 and 2018 to get the pages with holiday information for year 2017 and 2018. # For web scraping (the requests package allows you to send HTTP requests using Python) import requests from bs4 import BeautifulSoup # For performing regex operations import re ...