Flask is a lightweight, micro web framework written in Python.
It’s considered “micro” because it doesn’t come with built-in tools and libraries like some larger frameworks (e.g., Django). This means you can add only what you need, making it flexible and efficient.
Why use Flask?
It’s Pythonic, minimalistic, and quick to get started with.
Great for small to medium-sized web applications, RESTful services, and prototypes.