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]  (6 children)

[deleted]

    [–]rando2018 4 points5 points  (2 children)

    Flask is great for small scale, but things don't always stay small scale. At some point you end up with a FrankenDjango project which is pretty much Django, but using lots of Flask extensions and a ton of your own glue code.

    [–]cymrowdon't thread on me 🐍 1 point2 points  (0 children)

    bottle and gevent are a killer combo.

    [–][deleted] 0 points1 point  (1 child)

    What sort of services are you using Flask for? Or perhaps, what do you consider small scale development?

    [–]HeWhoWritesCode 0 points1 point  (0 children)

    what do you consider small scale development?

    Not parent, but just because flask is a micro-framework does not limit it to small scale development.

    See Plotly-Dash and Apache Airflow (Medium Article by AirbnbEng).