DEV Community

Discussion on: How to build a Todo application with Python Flask, Heroku and Tailwind CSS

Collapse
 
technicallyty profile image
technicallyty

Great guide. However, I tend to disagree with the notion that beginners should use Django. While that framework gives you a lot of helpful tools you need to quickly build a website, they are of no use to beginners who may not even know what those tools are! I tend to tell beginners to use flask as it's really straight forward, and anyone can get a simple webapp running quite quickly.

Collapse
 
xarala221 profile image
Ousseynou Diop

Very helpful contribution.