How to Create a Web Application in Python using Flask

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 52

  • @LeonardoGozzi-x1l
    @LeonardoGozzi-x1l Год назад +14

    This tutorial is pure gold, Thank you Dave!

  • @dharma01v
    @dharma01v 9 месяцев назад +3

    Thanks Dave, did the whole series! appreciate your work very much!

  • @LeonelLopezBorbon
    @LeonelLopezBorbon Год назад +5

    Dave, you are the best at teaching us Python. Thanks! 🚀

  • @VenkatesanVenkat-fd4hg
    @VenkatesanVenkat-fd4hg 5 месяцев назад

    Entire playlists is a top-notch.

  • @JohnL-bp4fjj
    @JohnL-bp4fjj 8 месяцев назад

    clear explanations, easy to follow, great educator!

  • @JeanCMT
    @JeanCMT 9 месяцев назад

    I just started watching the last video of the tutorial. Amazing videos 🎉

  • @arcturien
    @arcturien Год назад +1

    Thanks Dave for this course. This is the first python course that I was able to complete!!! Do you have some plan to also create a flutter beginner course? 😅

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад +1

      No plans for Flutter in the near future.

    • @arcturien
      @arcturien Год назад

      @@DaveGrayTeachesCode Thanks for the answer!!!

  • @Whatthetrash
    @Whatthetrash Год назад

    This is fantastic! Thanks so much! This is just what I needed! ^_^

  • @semepuro
    @semepuro 11 месяцев назад

    Do you think any python feature (audio input / output) could be easily ported on the web with Flask ?

  • @dinkeshjain5450
    @dinkeshjain5450 2 месяца назад +1

    My css is not working even after trying everything, any ideas?

  • @hifived
    @hifived 4 месяца назад

    your video was very easy to understand. thank you

  • @Lee-zo3dy
    @Lee-zo3dy 7 месяцев назад +1

    great video! Appreciate!

  • @nadetdevfullstack7041
    @nadetdevfullstack7041 11 месяцев назад

    Excellent Dave !

  • @RiyaSingh-ke7dq
    @RiyaSingh-ke7dq 5 месяцев назад +1

    thankyou dev

  • @bibimathew6381
    @bibimathew6381 Месяц назад

    looks like the api link using just city and api key is no longer working

  • @pietraderdetective8953
    @pietraderdetective8953 10 месяцев назад

    Woww what an amazing channel you got here Sir!
    Liked and subbed!
    Any chance a video on Quart? It's the async version of Flask.
    Cheers!

  • @andrewclarke6916
    @andrewclarke6916 Год назад

    Thanks for this series on Python, Dave. It's been enjoyable to learn but I think I'll continue to stick with JavaScript for the time being.

  • @azharmahmood624
    @azharmahmood624 Год назад

    Dave once again a remarkable video, please merge all Python videos in single one. if you have done this before, please share the link

  • @dennisdegraphicsdynamo_999
    @dennisdegraphicsdynamo_999 9 месяцев назад

    I run into this error whiles deploying ERROR: Invalid requirement: 'This is the change' (from line 1 of requirements.txt)

  • @peterwisdom214
    @peterwisdom214 11 дней назад

    Thank You!

  • @mariofreddy7353
    @mariofreddy7353 Год назад

    Good video what theme color you use in visual code

  • @pberci71
    @pberci71 6 месяцев назад

    The values are in Fahrenheit not in degree.

  • @johnforeverrules
    @johnforeverrules Год назад

    this is an awesome video dave sensei. will there be a django video as well master? thank you so much for all the easily accessible high quality content. God bless

  • @anirudh2660
    @anirudh2660 Год назад

    Hi Dave, is it the last video of this playlist?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад +5

      Last video of this beginners course. I may add other Python videos to the playlist to follow after the course.

    • @anirudh2660
      @anirudh2660 Год назад

      @@DaveGrayTeachesCode thanks 👍

  • @patmower46
    @patmower46 9 месяцев назад

    David. I've been through most of the video. When I go to run the server.py file, I get first of all a prompt that says I'm using SH. Also, when I bring up the browser I get a sign in request. Any idea of why? I am using Linux Mint
    Thank you.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  9 месяцев назад +1

      Not totally sure because I don't have a Linux machine here. I _think_ SH is a reference to your shell. A quick Google: www.google.com/search?q=linux+sh ..and it seems likely. Here's a link to the VS Code docs for using Python and Linux together: code.visualstudio.com/docs/python/python-tutorial#_linux

    • @patmower46
      @patmower46 9 месяцев назад

      @@DaveGrayTeachesCode Dave. I found the problem with my stuff. First, I had to RUN flask - 'flack run". once I did that, everything seemed to clearn up,....sorry to have bothered you. Got it to run SUPERBLY! You are a great instructor. Keep up the good work.

  • @utinthein7274
    @utinthein7274 Год назад

    thank you, sir

  • @robin2080
    @robin2080 Год назад

    Maybe a Django series next?

  • @NGMLSECURITY
    @NGMLSECURITY 4 месяца назад

    please I'm getting an error while trying to create the virtual envronment

    • @andreukattah9428
      @andreukattah9428 4 месяца назад

      Creating a virtual environment is different depending on your machine. The process for Mac will be different from windows, etc.

  • @pritambera5454
    @pritambera5454 Год назад

    I got a problem. After activating "format on save" in vs code when I press ctrl+s it automatically put a "/" after and like this or
    Can anyone help me out?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад

      Sounds like you are using Prettier for the format on save setting. If you get into the settings.json file for VS Code, my HTML format setting is this: "[html]": {
      "editor.defaultFormatter": "vscode.html-language-features"
      },

    • @pritambera5454
      @pritambera5454 Год назад

      @@DaveGrayTeachesCode Thanks for the help. Currently I am doing your HTML tutorial.

  • @shayanauyb8278
    @shayanauyb8278 9 месяцев назад

    Hi I am student I have a project
    In my project I have got a problem and I don’t know how to fix it
    If you can help me I will be thankful
    And if you want I will pay you
    My project is about face recognition

  • @khalilbenmeziane8836
    @khalilbenmeziane8836 Год назад

    thank you dave we want some django rest frmaework please

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад +4

      Patience please. I needed to complete the Python for Beginners playlist. I'll move forward from here.

  • @nick6061
    @nick6061 Год назад

    I keep getting the error :JAVA_HOME is not set

    • @nick6061
      @nick6061 Год назад

      I am deploying an app that uses a ml model and pipeline so I am using pyspark

  • @rexanaekii
    @rexanaekii Год назад

    u are so great, I wanna be like you💖💖

  • @ram_qr
    @ram_qr Год назад

    👍

  • @deepatterson1894
    @deepatterson1894 8 месяцев назад

    Dave, I love your series, but I need help! I am stuck in LESSON 15 arguments. I cannot get my terminal to call up my file. I followed carefully what you type py hello_person.py -n into terminal many times even tried variations. It always comes back with have done the lesson a couple of times, even copied and pasted your code into . Here's what I get returned. PS C:\Users\Latest Blender\Documents\learning Python\Dave Grey> py hello_person.py -n
    C:\Users\Latest Blender\AppData\Local\Programs\Python\Python312\python.exe: can't open file 'C:\\Users\\Latest Blender\\Documents\\learning Python\\Dave Grey\\hello_person.py': [Errno 2] No such file or directory
    PS C:\Users\Latest Blender\Documents\learning Python\Dave Grey>
    Thank you for your awesome lessons! I really want to finish the course but feel like I can't move on until I have this issue figured out.