Skip to content

Flask

Flask is a lightweight Python web micro-framework built on Werkzeug (WSGI toolkit) and Jinja2 (template engine). Unlike Django, Flask provides only the essentials and delegates everything else to extensions, making it highly flexible and well-suited for small APIs to medium-sized web applications. This section covers Flask fundamentals, Jinja2 templates, SQLAlchemy integration, and production deployment.

Last updated on