Web Scraping with Python

By |

This workshop will provide an overview of how to scrape data from html pages and website APIs using Python. This will mostly be accomplished using the requests, beautifulsoup, retry modules and the browser developer tools. The workshop is intended for users with basic Python knowledge. Anaconda Python 3.5 will be used.

Web Scraping with Python

By |

This workshop will provide an overview of how to scrape data from html pages and website APIs using Python. This will mostly be accomplished using the Python requests, beautifulsoup, retry modules and the browser developer tools. The workshop is intended for users with basic Python knowledge. Anaconda Python 3.5 will be used.

Web Scraping with Python

By |

This workshop will provide an overview of how to scrape data from html pages and website APIs using Python. This will mostly be accomplished using the Python requests, beautifulsoup, retry modules and the browser developer tools. The workshop is intended for users with basic Python knowledge. Anaconda Python 3.5 will be used.

Parallel Processing with Python

By |

Modern computers have a CPU with multiple cores (usually between 4-8). Come learn how to take advantage of them to parallelize and speed up your code. We’ll show you how to structure your code so you can parallelize it in 5 lines or less. We will also cover some theory, a few practical considerations along with some basic exercises. We’ll be using the multiprocessing module in Python. The workshop is intended for users with basic Python knowledge. The workshop assumes you know how to do the following in Python: i) write a for loop, ii) write a function that has inputs and outputs.  Anaconda Python 3.5 will be used.

Web Scraping with Python

By |

This workshop will provide an overview of how to scrape data from html pages and website APIs using Python. This will mostly be accomplished using the requests, beautifulsoup, and retry modules with the browser developer tools. The workshop is intended for users with basic Python knowledge. Anaconda Python 3.5 will be used.

Web Scraping with Python

By |

This workshop will provide an overview of how to scrape data from html pages and website APIs using Python. This will mostly be accomplished using the requests, beautifulsoup, and retry modules with the browser developer tools. The workshop is intended for users with basic Python knowledge. Anaconda Python 3.5 will be used.

Web Scraping with Python: Twitter and Google APIs

By |

This workshop will cover how to obtain data from Twitter and Google APIs. We’ll cover how to search historical tweets and also obtain data from future tweets using the streaming Twitter API. We will also cover the Google Maps API and APIs related to social media among the wide variety of Google APIs. The workshop is intended for users with basic Python knowledge. Anaconda Python 3.5 will be used.

Web Scraping with Python: HTML

By |

This workshop will provide an overview of how to scrape data from html pages and website APIs using Python. For demonstration purposes, we will scrape sports and weather data. This will mostly be accomplished using the Python requests, beautifulsoup and retry modules. The workshop is intended for users with basic Python knowledge. Anaconda Python 3.5 will be used.