Simple Todo List App in Flask - Beginner Project

preview_player
Показать описание
In this video, we build a simple to-do list application using Flask in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

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

chap
Автор

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

diegofabianledesmamotta
Автор

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

maziqueen
Автор

awesome work..!
just a question

How can i add the "completed list" in other page

Thanks for your answer

IAReynaldo
Автор

good understanding by this project,
nice project for beginners

subodhsalokhe
Автор

Thanks for another great Flask / Python demo

paulthomas
Автор

Can you continue the design patterns series?

sabrysm
Автор

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:
<ul>
{% for todo in todos %}
<li>
{{todo['todo']}}
</li>
{% endfor %}
</ul>
result:
{% for todo in todos %}
{{todo['todo']}}
{% endfor %}

Автор

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

marccawood
Автор

Tips for learning python as a java dev?

avidreader
Автор

Cool! What is '__name__?' About?

Ricocase
Автор

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

MrSpunkii
Автор

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
Автор

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

minhajurrahman-ihbk
Автор

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

oguzhantopaloglu