web scraping

Python projects – COVID19 news and stats

covid19 coronavirus python

The entire world is fighting against the very recently began Pandemic, which is COVID-19 or Coronavirus. Every day we hear about the effect of this threat as well as various statistics from the internet. In this Python code, I have put all the effort to scrapes data from the world’s top trusted sources such as WHO (World Health Organization), John-Hopkins and Indian Government.

Python project – realtime stock price

python web scraping stock price

This project describes a Python code, which fetches the current stock price for multiple listed companies. This script first reads the excel sheet to get the list of all companies for which CMP (Current Market Price) has to be calculated and then fire up the browser to open a website which has this information. The automation script enters the name of each stock, one by one,

Scroll to Top