Hacker News new | ask | show | jobs
by taf2 1871 days ago
As casual python user I found Flask really nice for my projects
3 comments

Agree, went from rough concept to PoC in an hour with Flask.
IMHO, FastAPI is more obvious and less magical than Flask. Give it a shot, its super easy to write endpoints.
Don’t need to replace what is already obvious from use of a great project, Flask.
Yes, very much enjoyable.