Simple Todo List App in Flask - Beginner Project

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

КОМЕНТАРІ • 45

  • @chap2837
    @chap2837 Рік тому +4

    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 10 місяців тому +4

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

  • @diegofabianledesmamotta5139
    @diegofabianledesmamotta5139 4 місяці тому +1

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

  • @maziqueen
    @maziqueen Рік тому +2

    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

  • @paulthomas1052
    @paulthomas1052 Рік тому +3

    Thanks for another great Flask / Python demo

  •  Рік тому +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 %}

  • @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.

  • @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.

  • @gooo1762
    @gooo1762 5 місяців тому

    thanks a lot

  • @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.

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

    very well

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

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

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

    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.

  • @user-ov1ps7go4m
    @user-ov1ps7go4m 9 місяців тому

    5:41

  • @minhajurrahman-ih1bk
    @minhajurrahman-ih1bk Рік тому

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

  • @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