Coders Packet

Packets submitted by Kiran Reddy

Python Code to Visualize COVID 19 data in a Bubble Map

In this project, we are going to learn how to 1) Web scrape COVID 19 data of India 2) Visualize it in a Bubble Map

Python code to visualize COVID 19 data in a Bubble map

In this project, we are going to learn how to 1) Web scrape COVID 19 data of India 2) Visualize it in a Bubble Map

Scraping the Web Page and Storing it in an SQLite 3 Database using Python

In this project, we are going to learn how to scrap the web page, that is present in the tabular form, creating a database in an SQLite3, and storing the scraped data in it.