In this video, we are going to create a python script for dealing with Weather API that returns weather Information for the CITY Passed as an input.
Link to OpenWeatherMap API: http://www.openweathermap.org
Code : https://github.com/Siddhesh136/Using-Weather-API-in-python
Amazon Auto Links: No products found.
But how to code analysis weather of last 3 years using python to display annual and seasonal graphs ..can you make a code for this?
how to create requests module?? is that a predefined module or user -defined module could you help me out with this we are working on a project
Thank you, good info
Thanks for the code
They show me same temperature of all city so what can I do
And I want to show temp in Celsius plz help me
Thank you so much… 🙂
can we get the temperature of particular dates of certain location?
Hey man, I’m coding something similar and I need some help if you’re available ! thanks
I am not able to fetch data in formatted_data in python 3.7… So what did i do..?
Traceback (most recent call last):
File “C:/Python36/APIWEATHER.py”, line 1, in
import requests
ModuleNotFoundError: No module named ‘requests’
how can i fix this
but what do the ,, .json() ” from requests.get(url).json() ?
Please can you help me to run this code?
Error message :
City Name :london
Traceback (most recent call last):“, line 1, in
File “C:/Python27/dell.py”, line 4, in
city = input(‘City Name :’)
File “
NameError: name ‘london’ is not defined
>>>
how do i get the temperature ?
thx a lot
Simple and straight to the point. Thanks!
thanks a lot, it’s clear and well explained. Kindly make more videos. Thank you again.
Great tutorial, thank you!
how do i get the weather information, coord and main in one dictionary.(eg. weather->main,description & coord->lon,lat & main->humidity,pressure,temperature) instead of print one by one.
Here, get the data of 1 days only. sir, how to get the data of next two days also.