Resources: Module 02 — Flask Fundamentals¶
- Flask Documentation — Tutorial — Official Flask tutorial building the "Flaskr" blog application. Covers application factory, Blueprints, and templates directly.
- Flask Documentation — Blueprints and Views — Reference documentation for Blueprints.
- Jinja2 Documentation — Template Designer Guide — Comprehensive reference for Jinja2 template syntax.
- The Flask Mega-Tutorial Part I–IV by Miguel Grinberg — Free, detailed tutorials covering routing, templates, forms, and application structure.
- Real Python — Flask Primer — [Verify: search for Flask primer on Real Python]