scraping multiple web pages of IMDB Site with Python using BeautifulSoup and requests. And perform some simple analysis using pandas, and matplotlib.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install
BeautifulSoup
requests
pandas
matplotlib