How does a web browser work?
  • Web browser operation
  • Understanding the three main types of website you will scrape
  • Section 2 Quiz
How to analyse websites for scraping
  • Why analyse the site?
  • Anatomy of a webpage
  • Developer tools
  • Website types
  • Websites - type 2 and 3
  • Dynamic sites - part 1
  • Dynamic sites - part 2
  • Dynamic sites - part 3
  • Dynamic sites - different element types.
  • Hidden elements - important!
  • Section 3 Quiz
Lets get Web Scraping!
  • Writing code to GET the contents of a web-page
  • Writing code to PARSE the data downloaded from the website
  • Section 4 Quiz
HTML Fundamentals
  • Introduction to HTML Markup Language section
  • How HTML conveys instructions to the browser
  • Structuring content with headings and paragraphs
  • Understanding "attributes" and the role they play
  • Page styling - how it works
  • Page styling - "internal styling"
  • Page styling - "using external files"
Course summary
  • What we've learned, and what next!