Scraping with Python at DataHarvest 2016 1. install Python & Jupyter Here is how you install Python and Jupyter notebook 2. pip install bs4 and requests Also please see documentation for BeautifulSoup documentation and requests documentation 3. happy scraping!