Let’s end the FastAPI vs Flask debate
For calling independent async
functions in parallel
Both FastAPI and Flask are web frameworks (well Flask is a “microframework”) to build APIs with Python. Based on your needs you might have used any of these from time to time. But for different applications, it can become quite a headache to decide which one to go for. In this blog, I will break down which one is…