Build YOUR OWN Weather App in Python with Flask (COMPLETE Beginner Tutorial)

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 23

  • @SACHCHIDANAND-fi3vv
    @SACHCHIDANAND-fi3vv 6 місяців тому

    thanks for the tut, it is so useful and finally I made my first project

  • @yunszzailani7601
    @yunszzailani7601 Рік тому

    u make me understand bootstrap just with this video

  • @rohitburde3719
    @rohitburde3719 Рік тому

    Great video, Its just what I needed, A comprehensive end to end python project for api.
    Thank you.

  • @mbaykal26
    @mbaykal26 8 місяців тому

    Great content, thank you for this contribution!

  • @MaximusFestus
    @MaximusFestus Рік тому +1

    Great tutorial, thanks

    • @datagy
      @datagy  Рік тому

      Thanks so much!

  • @IrfanN02
    @IrfanN02 6 місяців тому

    you're the best!!! thank you

  • @PriyaDharshini-px5ku
    @PriyaDharshini-px5ku Рік тому

    this is awesome
    very interesting
    thanks for teaching🙂🙂

    • @datagy
      @datagy  Рік тому

      Thanks so much!!

  • @DonPrestidge
    @DonPrestidge Рік тому +1

    Awesome tutorial! I learned a lot and had a great time sitting down and making this for a few days. I know openweather also has api calls for the Air Quality Index. If I wanted to add this or other calls from the same source, would there be additional modifications that I would need to make other than making another def similar to the weather one outlined?

    • @datagy
      @datagy  Рік тому

      Hey there! Thanks so much for your comment! Yeah, you’d need to make a few additional changes, such as:
      - like you mentioned, getting the data similar to the weather one
      - adding this info into the routing function (so that the web page has access to it)
      - adding it to the jinja template to display the data
      Hope that helps!

  • @gp-ct4qk
    @gp-ct4qk Рік тому

    Very cool explanation Can you please send the github link for this project

  • @joaopedrogreif1033
    @joaopedrogreif1033 10 місяців тому

    Can we set clean transitions on this jinja data returns??

  • @de_heulk
    @de_heulk Рік тому

    Legend

  • @--..FC..--
    @--..FC..-- Рік тому

    Really nice!
    Can u share the github link?

  • @leagueofstealth3747
    @leagueofstealth3747 Рік тому +1

    The Toronto ON and Canada values are hard coded hence this code doesn't work for any other cities

    • @datagy
      @datagy  Рік тому +1

      Ah shoot! Thanks for pointing that out!

    • @Bracket-oh7wr
      @Bracket-oh7wr 8 місяців тому

      @@datagy how to fix that?

  • @SatvikSandru
    @SatvikSandru Рік тому

    I am getting response 401, how do I fix?

    • @datagy
      @datagy  Рік тому +1

      401 generally indicates that there are issues with the API key. Can you make sure the key is active?

  • @HaHung-lw1rx
    @HaHung-lw1rx 4 місяці тому

    how to fix it in app.py? Please give me instrustion
    File "d:\Python\WeatherApp_Flask\app.py", line 6, in
    @app.route('/', methods)
    ^^^^^^^
    NameError: name 'methods' is not defined