Project- Exploring Web Scraping: Python Adventures on Wikipedia and Amazon

You are currently auditing this course.
2 / 11

Scraping Wikipedia Page - Import required libraries

In this step we will start by importing the libraries required to scrape the Wikipedia page.

INSTRUCTIONS
  • Import the requests library to make HTTP request

    import <<your code goes here>>
    
See Answer

No hints are availble for this assesment

Loading comments...