OpenWeatherMap API With Python (Pt. 1) | API Tutorial Series

preview_player
Показать описание
Welcome to Tech Notebook!. In this video, I will be showing you how to use the OpenWeatherMap API with Python. (Part 1)
-----------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------
Similar Videos:
_________________________________________________________________________
Previous ShortURL Tutorial Series

-------------------------------------------------------------------------------------------------------------------------
Instagram: @technotebookyt
-------------------------------------------------------------------------------------------
Music Provided by Epic Vibes
Axel Wernberg - Spirits
---------------------------------------------------------------------------------------------------
Thanks For Watching!
Рекомендации по теме
Комментарии
Автор

Yo, this video helped me a lot I've been trying to use this API for ages now and this has been the only useful video I've found. Thank you for uploading this : )

dixbfloppin
Автор

Thank you so much for this video.
It helped me a lot 🙏

dineshsgodara
Автор

you could just put &units=metric at the end of the url to convert it to metric units

gra
Автор

ayo it says error 401 invalid api key, i already checked the faq what can i do?
other than that really great video my dude, thank you so much :D

aethereoo
Автор

Mate, you shouldn't have your api keys visible as you have, somebody may use them without your permission.

Other than that, great tutorial!

jfpacheco
Автор

Hey m getting this error

NameError Traceback (most recent call last)
in <module>
3 response = requests.get(url).json()
4 print (response)
----> 5 get_weather(api_key, city_name)
6

NameError: name 'city_name' is not defined

VISHALMAHENDRAnullRA