Simple Todo List App in Flask - Beginner Project

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • In this video, we build a simple to-do list application using Flask in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

Komentáře • 45

  • @chap2837
    @chap2837 Před 10 měsíci +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 Před 9 měsíci +4

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

  • @diegofabianledesmamotta5139
    @diegofabianledesmamotta5139 Před 3 měsíci

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

  • @maziqueen
    @maziqueen Před rokem +2

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

  • @sabrysm
    @sabrysm Před rokem +6

    Can you continue the design patterns series?

  • @IAReynaldo
    @IAReynaldo Před rokem +1

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

  • @subodhsalokhe8368
    @subodhsalokhe8368 Před rokem

    good understanding by this project,
    nice project for beginners

  • @paulthomas1052
    @paulthomas1052 Před rokem +3

    Thanks for another great Flask / Python demo

  •  Před rokem +1

    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 %}

  • @gooo1762
    @gooo1762 Před 4 měsíci

    thanks a lot

  • @vincentverdugo
    @vincentverdugo Před rokem +1

    You should do FastAPI too.

  • @philtoa334
    @philtoa334 Před rokem

    Thanks.

  • @marccawood
    @marccawood Před 10 měsíci

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

  • @dark9615
    @dark9615 Před rokem

    Best video 🎥🎥🎥

  • @shabnamsaramad2924
    @shabnamsaramad2924 Před 5 měsíci

    very well

  • @chicodimdim3025
    @chicodimdim3025 Před rokem

    Cool video.

  • @MrSpunkii
    @MrSpunkii Před 9 měsíci

    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.

  • @Ricocase
    @Ricocase Před rokem +1

    Cool! What is '__name__?' About?

    • @oguzhantopaloglu9442
      @oguzhantopaloglu9442 Před rokem +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 Před rokem

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

  • @MrSpunkii
    @MrSpunkii Před 9 měsíci

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

  • @avidreader6534
    @avidreader6534 Před rokem

    Tips for learning python as a java dev?

    • @adityagautam4689
      @adityagautam4689 Před rokem +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 Před rokem

      why would you ever do that lmao

    • @pekorabestgirl543
      @pekorabestgirl543 Před rokem

      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.

  • @user-ov1ps7go4m
    @user-ov1ps7go4m Před 7 měsíci

    5:41

  • @minhajurrahman-ih1bk
    @minhajurrahman-ih1bk Před rokem

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

  • @oguzhantopaloglu9442
    @oguzhantopaloglu9442 Před rokem

    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 Před rokem +3

    Django > flask