Learning Python is Easy and Fun, with aipython

Learn | Innovate | Grow

Learn Python

Evaluate Python knowledge

Blogs | Python Projects

Python projects – COVID19 news and stats

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.

June 6, 2020

Python project – News headline in email

Have you heard of Google News, which collects the news headlines from the various trusted sources? Google uses a Machine Learning algorithm to capture various instances from a pool of resources. Before I start, let me make you clear that the project that is being discussed here is not a Machine Learning technique. In this web scraping with Python code

June 6, 2020

Python project – price compare eCommerce

In this Web scraping with Python project, the script searches for a specified product via URL (weblink) and find out the price at that moment. This is particularly useful when you want to monitor the price of the specific item (or items) from multiple eCommerce platforms. Here, in this program, we have targeted three major eCommerce website (Flipkart

June 6, 2020
Scroll to Top