/python-webscrapes

This repo contains materials of my talk at PyData Seattle 2017

Primary LanguageJupyter Notebook

Tutorial: Web Scraping with Python

This repo contains materials of my tutorial at PyData Seattle 2017
The presentation slides can be found here

Environment and Installs

This tutorial requires you have an updated version of Python and Jupyter Notebook. I recommend Anaconda, which is a Python distribution. It's free and open source. You can download Anaconda from here

The notebooks contained in this tutorial is tested on Python 3, but should be mostly compatible with Python 2.x as well.

  • Download drivers if you use Selenium

Table of Contents

Aditional resources

Contribute!

If you find a mistake, or would like to share something that wasn't covered, create an issue and send a pull request. Thank you.