11/06/2021
Weather is the mix of events that happen each day in our atmosphere and is different in different parts of the world and changes over minutes, hours, days, and weeks.
wttr.in is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients, HTML for web browsers, or PNG for graphical viewers.
wttr.in uses wego for visualization and various data sources for weather forecast information.
Module Used: requests Module
Requests is a simple, yet elegant HTTP library. It allows you to send HTTP/1.1 requests extremely easily. Requests officially support Python 2.7 & 3.5+.
YouTube video link: https://www.youtube.com/watch?v=jAVVtOzQ5ww
Do subscribe to my channel for more such content.
Get Source code: https://github.com/ayushi7rawat/Youtube-Projects/tree/master/Weather%20Forecast
Blog link: https://ayushirawat.com/forecast-weather-using-python
Weather is mix of events that happen each day in our atmosphere. In this blog, we will learn how to forecast weather details in Python in 5 lines of code.