Recommendations to others considering Flask:
If you need async, look at quart, it uses the flask API. Otherwise, give flask a shot along with django, you may appreciate the freedom. Review collected by and hosted on G2.com.
What problems is Flask solving and how is that benefiting you?
Flask allowed me (a self taught novice web dev) to use basic python skills to build an interface to use an API on one of our enterprise platforms to allow more granular access to an application than security within the application itself allows.
This allowed us to move incident resolution for some common tasks off of a second tier support team and onto a lower tier support team, boosting first contact closure rates. Review collected by and hosted on G2.com.