In this article, we are going to walk through
For the past year, covid-19 has captured the world’s attention. There are so many questions still unanswered about this virus that has caused havoc in the world. So literally any kind of analysis can bring about a better understanding and useful insights for ourselves and…
Web scraping is among the most interesting aspects of data science. To be able to conduct your own analysis and prediction of any website’s data makes the field so much more exciting! The scope for data collection from websites through this process called web scraping is limitless. However, it isn’t as simple as copy-pasting on a word document. But thanks to the geniuses in the python community and the right amount of libraries out there like Scrapy, Selenium and BeautifulSoup, the process isn’t too tedious. …