HyperText Markup Language

Web Scraping in Python

Thomas Laetsch

Data Scientist, NYU

The main example

html-tree-code1.png

html_demo.png

Web Scraping in Python

HTML tags

html-tree-code1.png

  • <html> ... </html>
  • <body> ... </body>
  • <div> ... </div>
  • <p> ... </p>
Web Scraping in Python

The HTML tree

html-tree-code1.png

html_tree_1.png

Web Scraping in Python

The HTML tree: Example 1

html-tree-code3.png

html_tree_3.png

Web Scraping in Python

The HTML tree: Example 2

html-tree-code4.png

html_tree_4.png

Web Scraping in Python

Introduction to HTML Outro

Web Scraping in Python

Preparing Video For Download...