Flask
Flask is a lightweight, Python-based web framework. It was created by Armin Ronacher and released in 2010 as part of the Pocoo projects. Flask aims to keep the core small and extensible, providing the essential features for web development while letting developers add libraries and components as needed.
The framework is built on top of Werkzeug, a WSGI utility library, and Jinja2, a templating engine.
Key features include URL routing, request and response handling, a built-in development server with a debugger
Although Flask includes core utilities, it is intentionally unopinionated about databases, forms, and authentication. A large
Flask is licensed under the BSD license and maintained by the Pallets Projects. It is widely used