top of page
Data Scraping: Lesson 3
In this lesson, the instructor teaches how to extract actual player statistics from an NBA stats webpage using Python and BeautifulSoup. The focus is on understanding the HTML structure of the site and organizing the scraped data into a format that can later be saved or analyzed.
The instructor introduces the idea of nested lists, where each player’s stats are stored in a list, and all player lists are stored together in one larger list.
bottom of page