Creating a Weather App in Flask Using Python Requests [Part 1]

preview_player
Показать описание
This video demonstrates how to create a weather app in Flask using the Open Weather App API with Python requests.

WORK WITH ME👇🏼

✅ Need help with your project? Schedule a call with me at:

💻 Code written in video
Рекомендации по теме
Комментарии
Автор

At last some GOOD, meaningful and truly helpful video tutorial on Flask. Thanks a lot!

lukkash
Автор

Awesome! I followed the example with Django and now we have the same in Flask. Simply amazing.

imbayi
Автор

for better understanding of json objects and array you can use the json viewer extension

tusharverma
Автор

Nice video. Like that you "included" some errors and debugging :)

TorIvanBoine
Автор

Thanks nice video.
This is my first flask tutorial from your videos that I made.
it's nice. :)

georgitanev-wb
Автор

really nice explanation ..Thanks a lot

puurusottamsaha
Автор

Thanks for making such an amazing tutorial, however I have a question, When database get created, why tables were created for name exactly 'city'?, did you define it somehow? because as I understand the model was for City with capital C but not city

mukammedalimbet
Автор

Thanks for your tutorial!
I have some question about requests.get() function.
When I use >>>flask.request.form.get(url.format(city)), it's not working.(it comes 'None' data)
What is the problem?

사공용협
Автор

It would have been nice to include the starter weather.html....

zsoltszakal
Автор

The weather widget part is not showing up. Neither on chrome nor on firefox

everythinginpython
Автор

Love your tutorials. Anything for us kivy??

kelvinanku-etu
Автор

Everything in the Vedio is perfect, But we need an update where the App can automatically Record the DATE, TIME, DAY, WIND, HUMIDITY, VISIBILITY, PRESSURE, TEMPERATURE, LONGITUDE AND LATITUDE CORDINATE OF THE CITY into a DataBase for about a Year records when you can retrieve as CSV or Json file by clicking a button and use for your Personal Project on weather data. Thank you.

richarddankwah
Автор

do you have a weather forecast project report

vaishnavibhosale
Автор

22:04 What is the working of request.form.get ('city')

shivamkapoor
Автор

Keep them coming. Very good !!

I know you are following what you did with Django but maybe you might wanna mention about using cookies for cities rather than using a DB for this simple project. Just a though.

leustad
Автор

url for open weather app api is not same as in video and description, please help me out

nikhileswar
Автор

'sqlite3' is not recognized as an internal or external command,
operable program or batch file.

NIKHITAGARGBCE
Автор

Hey man, love your Python Bottle videos. Any chance you'll do Falcon as well? Just subscribed.

fruitfcker
Автор

when i try to import db from app..
No module named 'app' shows up

what to do?

riskcatriax
Автор

>>> from app import db
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'db' from 'app'

rakeshreddy