Blogs | Python Projects
Covid-19 vaccine availability check using Python
This program make you aware of API, released by the government of India, in the Public domain. You will learn to use Python to create a script which will send API GET request (using Python’s requests module) and fetch the JSON data as a response. This code requires the area Pincode and the date for which you want
Python projects – Hottest and coldest place on earth
In this project, you will learn to fetch the temperature data of all the places available at timeanddate website. This website regularly updates the temperature obtained from all the place on the Earth. In this project we have used selenium webdriver for chrome to fetch the data available at timeanddate website. When you browse the website, you will
Python project – weather info via API
In this Python project, you will learn to write a python app that will collect weather information such as current temperature, pressure, humidity, wind speed, weather description and many others, of any place on the earth, using OpenWeatherMap API. This project is going to be very short and simple. You need to invest 30 min to understand everything. You can find