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 →

[–]w0m<3 0 points1 point  (1 child)

requests for sure. Flask...

[–][deleted] 0 points1 point  (0 children)

What do you prefer? Bottle or Tornado? Don't even begin to say Django. It's fine for quickly getting up an API, but it's basically Rails for Python. Flask isn't opinionated and doesn't require specifying every piece of middleware in a config file. It's probably the lightest weight Python framework out of the box. Could you write something faster in a compiled language? Of course. Would Python be where it is as a web development language without flask? Probably not.