Working with URLs and the Internet
- urllib.request*: for opening and retrieving information from URLs.
- requests: for opening and retrieving information from URLs.
- bs4: a Python library for extracting HTML and XML data from specified locations (i.e. web-scraping).