I watched an interesting video from Tech with Tim comparing Django, Flask and FastAPI. He went through each one listing their pros, especially as it relates to finding a job.
My interest is AI Agent and Chatbot related.
When I build my first AI Agent, I want to use either Flask or Django with FastAPI.
Tim didn’t recommend Flask for production. He suggested using it for local deployment but I know that many people run a site using Flask. It is great for hobby sites and smaller websites. For anything else Django is better.
I am glad that I know Python, Flask and Django thanks to my training. I am getting to grips with FastAPI and OpenAPI, and then I can build something large.