Html – Unable to scrape data using beautifulsoup
I want to create a catalog of courses by scraping data from a website. I want to go to each item in the url https://www.coursicle.com/harvard/courses/ and pull all the course names within each item. I am using the below code…