Skip to content

Latest commit

 

History

History

lesson-05

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
title duration creator
APIs / Web Scraping 101
3 hr
name city
K. Nate Tucker
SF

Statistics Review

DS | Lesson 4

LEARNING OBJECTIVES

After this lesson, you will be able to:

  • Extract Data Using an API
  • Extract Data Using Scraping
  • Extract Data Using Regex

STUDENT PRE-WORK

Before this lesson, you should already be able to:

  • I will be using a module called tweepy today.
    • To install please type into your console conda install tweepy
      • OR if that does not work, pip install tweepy

LESSON GUIDE

TIMING TYPE TOPIC
5 min Opening Lesson Objectives
30 min Introduction Getting Data
30 min Introduction Regular Expressions
30 min Demo Regular Expressions Demo
30 min Introduction API
30 min Demo API Demo
30 min Introduction Scraping Demo
35 min Independent Practice Regex, Scrape and API Yourself
15 min Wrap-up Review Guided Practice

####Agenda

####Homework

  • Project 2 is Due next Week!!

####Resources: