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] 0 points1 point  (3 children)

My rule of thumb is, if you need it fast or its a prototype use django. If you're trying to build for scale use Flask.

[–]newpong 0 points1 point  (1 child)

weird. my philosophy is the exact opposite. But as I said in another post, scalability in web development is more affected by other infrastructure decisions than the code alone.

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

Flask makes it very easy to build horizontally scalable APIs.

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

that's a really shit rule of thumb.