Simple Todo List App in Flask - Beginner Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

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

  • @chap2837
    @chap2837 ปีที่แล้ว +5

    this was my first time using backend. this was one of the best videos, since I was actually able to do it without much bugs,
    and from how simple it was to make

    • @MrSpunkii
      @MrSpunkii 11 หลายเดือนก่อน +4

      Bro if u had not seen the video then u would have got many kissing bugs 😂😂

  • @diegofabianledesmamotta5139
    @diegofabianledesmamotta5139 5 หลายเดือนก่อน +3

    Pretty useful for someone trying flask for the first time. Thank you!

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

    thanks for the tutorial!
    i also added if len(todo) > 1 and returned to not add empty task :D

  • @sabrysm
    @sabrysm ปีที่แล้ว +6

    Can you continue the design patterns series?

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

    awesome work..!
    just a question
    How can i add the "completed list" in other page
    Thanks for your answer

  •  ปีที่แล้ว +2

    Hey bro.
    I'm in the 6:17 but it's not workgin to me the ul and li stuff
    it shows me only the code:
    {% for todo in todos %}

    {{todo['todo']}}

    {% endfor %}
    result:
    {% for todo in todos %}
    {{todo['todo']}}
    {% endfor %}

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

    Thanks for another great Flask / Python demo

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

    good understanding by this project,
    nice project for beginners

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

    Does url_for work if your app is behind a reverse proxy at a path unknown to the developer?

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

    You should do FastAPI too.

  • @shabnamsaramad2924
    @shabnamsaramad2924 7 หลายเดือนก่อน +1

    very well

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

    Cool video.

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

    Best video 🎥🎥🎥

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

    Tips for learning python as a java dev?

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

      thats the best part, you don't
      (btw for real, you can get a udemy/coursera courses to understand from basics to advanced level)

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

      why would you ever do that lmao

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

      if you have good coding sense from your experience by being a java dev , just ask ChatGPT to write you code in Python. The python syntax itself isn't really hard to understand so you can debug the logic easily, and you dont need to be the one who comes up with the actually code with ChatGPT.

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

    Cool! What is '__name__?' About?

    • @oguzhantopaloglu9442
      @oguzhantopaloglu9442 ปีที่แล้ว +2

      Each python file has a __name__ attribute attached to it once the code execution starts. He wrote that if statement so that the code ONLY RUNS when that specific file is actually run and not when that file isn't called somewhere else.

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

      @@oguzhantopaloglu9442 so it's sort of set aside, like an exception to the rule...thx.

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

    Thanks.

  • @gooo1762
    @gooo1762 7 หลายเดือนก่อน

    thanks a lot

  • @MrSpunkii
    @MrSpunkii 11 หลายเดือนก่อน

    Brah it looks like a simple todo list but damn man it takes a lot of knowledge to make one .Hence, Its hard to become a developer.

  • @MrSpunkii
    @MrSpunkii 11 หลายเดือนก่อน

    So this is how it looks to be a python developer . (Fast)

  • @minhajurrahman-ih1bk
    @minhajurrahman-ih1bk ปีที่แล้ว +1

    why don't you code at neovim?? and please make some video where you are doing projects or coding in neovim

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

      Why you say that but you don’t do that

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

      what difference does it make lmao

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

      @@oguzhantopaloglu9442 a HUGE difference

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

      easier for beginner viewers to understand

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

      if you want help, let me know, i have been a nvim user for about a year now

  • @user-ov1ps7go4m
    @user-ov1ps7go4m 10 หลายเดือนก่อน

    5:41

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

    this code looks so messy and verbose in comparison to doing the same thing with just plain JS but good video anyways :P

  • @kodeypatterson8973
    @kodeypatterson8973 ปีที่แล้ว +4

    Django > flask