web scraping
Simple Web Scraping with Python : Extracting Book Details from an E-commerce Site
This project involved scraping book titles, prices, and ratings from ‘Books to Scrape’ and saving the data as a CSV file. Key steps included sending HTTP requests, parsing HTML, extracting details, and structuring the data.