Earlier quoted context omitted.
I've never seen Falcon, thanks. Flask is still one of the most approachable frameworks I've used. It's great for getting something hacked out really quickly, but for asynchronous requests Tornado is where it's at. That being said, when I really want performance I usually reach for Golang.
Check out Sanic if you want an async python framework with a similar API to flask
But Flask wins hands down on the richness of its ecosystem.