Completed
Storing the jobs paragraph in text files
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Web Scraping with Python - Beautiful Soup Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Basic HTML Structure, HTML Tags Explanation
- 2 Packages Installation
- 3 Scraping Usage, Local files
- 4 Beautiful Soup find & find_all() methods
- 5 Web Browser Inspect tool
- 6 Grab all Prices, Basic Scraping Project
- 7 Using the Requests Library to see a Website's HTML
- 8 Scraping a Production Website, Best practices for pulling info
- 9 Looping through similar soup.find_all() objects
- 10 Prettifying the Jobs paragraph
- 11 Jobs Filtration by owned skills
- 12 Setting up the Project to scrape every 10 minutes
- 13 Storing the jobs paragraph in text files