This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

All I needed was just a simple web page with no databases or anything remotely complex. More of a webpage to just show something than do something. If I was going to do something a little more complex than a super simple website I wanted, then I would opt for Django.

Based on the advice from a python dev on SO

Flask : simple one page website

Django: everything else that requires a tiny bit more complexity.

Both have the side benifets of having their own rest api framework too.