Introduction to web scraping using beautifulsoup4.
- background in HTML tags, classes, and ids or CSS selectors
- python3 - can be downloaded at python.org
- beautifulsoup4 - can be installed by using pip
- pip install beatifulsoup4
- jupyter lab - optional if you want to use the notebook files.
- pip install jupyterlab
- run it by using 'jupyter lab' command at the terminal