Lec-5.2 Web Scraping with BeautifulSoup (Arif Butt @ Data Science)

Опубликовано: 06 Май 2026
на канале: Learn With Arif
698
18

0:01:18 Recap of Previous Session
0:04:00 Learning Agenda
0:05:33 Overview of BeautifulSoup and Requests Library
0:08:45 Download and Install BeautifulSoup
0:09:32 Playing with BeautifulSoup and Requests
0:09:45 Reviewing the Books Scraping Website (https://arifpucit.github.io/bss2/)
0:13:35 Fetching HTML contents using Requests Library
0:16:08 Creating Soup object and playing with it
0:22:55 The soup.find() method
0:26:03 The soup.find_all() method
0:30:34 Example 1: Scraping data of a single page (https://arifpucit.github.io/bss2/)
0:44:50 Saving Data into a CSV file
0:50:01 Scraping Data from Multiple web pages (https://arifpucit.github.io/bss2/)
0:53:15 Example 2: Scraping data from a website that employs pagination (https://arifbutt.me/category/sp-with-...)
01:17:20 Limitations of Requests and BeautifulSoup


email: [email protected], [email protected], [email protected]
Lecture Slides and Resources: http://arifbutt.me
Jupyter notebooks: https://github.com/arifpucit/data-sci...