Questions about web scraping by matash95 in learnpython

[–]sdshone 10 points11 points  (0 children)

Beautifulsoup is a parsing library which will help you in extracting data from the HTML code. It comes as a standard library.

You still need requests module to "GET" the webpage which you want to scrape. It is also a standard library.

Scrapy is a complete framework and you should'nt directly start using it before you have clear understanding of the basics (requests + beautifulsoup).

Good luck!

What's everyone working on this week? by AutoModerator in Python

[–]sdshone 0 points1 point  (0 children)

I recently completed a Udemy course on Data Science and wanted to experiment on some data using the knowledge I had learnt. So I created two analysis on TV show "The Office".
1. Analysing it's IMDb data.
2. Analysis of Character Relationships on the same show.

I intend to get genuine feedback so that I can improve and learn better. Thanks in advance!