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

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


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...