#100DaysOfWeb in Python Transcripts
Chapter: Days 73-76: Web Scraping
Lecture: Introduction: Web Scraping
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Welcome back to the next set of Four Days. We are going to look at web scraping, a very well-loved and well-hated aspect of Python programming,
0:11
but it's something we all have to do at some point. So, for the next couple of days, we will look at Beautiful Soup 4,
0:18
probably the easiest web scraping method for Python. And then we will actually look at quite interesting package or library called Newspaper 3K.
0:30
I won't go into too much detail on that just now, you're going to have to wait for that day. Don't Google it, don't ruin the surprise.
0:38
Let's move on to our next video, the ReadMe, and then we'll get cracking on some Beautiful Soup 4 code. Excellent, let's do it.