Guided introduction to Python Flask: Build a to-do web application.

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025

ความคิดเห็น • 7

  • @Darkassassin176
    @Darkassassin176 2 ปีที่แล้ว

    Best python flask tutorial out there. I was able to use this as a base understanding to build a HW assistant website using AWS. Thank You!

  • @amay5003
    @amay5003 ปีที่แล้ว

    Hi Paul, I am at 2:29:16, and you have just said 'I cant imagine too many people who are not one of my students getting this far into the video'. Ha ha, well I'm NOT one of your students, and have been totally loving this, working through it slowly, and using it as a great intro to web apps, but also learning a lot about programming stuff along the way. Many thanks! Andrew

  • @iaradantas3016
    @iaradantas3016 2 ปีที่แล้ว

    Incrivel, me ajudou de verdade

  • @chillydill4703
    @chillydill4703 3 ปีที่แล้ว +1

    Watched the entire thing (with breaks of course :) ) but really well done, enjoyed it a lot. Good pace and well explained. I work in the "other" field within IT as I usually say, network and infrastructure but just picked up Python both for work and hobby. It's super fun. Keep it up!

  • @takasec4946
    @takasec4946 3 ปีที่แล้ว +1

    This is my IA!!!!!

  • @tanmaysalunke3076
    @tanmaysalunke3076 3 ปีที่แล้ว

    Hello Sir ! I am Facing an issue . When I wrote the code under login_request I am getting the following error as shown below , " sqlite3.ProgrammingError: You did not supply a value for binding 2" which highlights the following part in the code , " db.execute(sql, data) " and " users = database_read("SELECT * FROM accounts WHERE userid = :userid AND password = :password", form) " . Please Note the double quotes are just to highlight .