Skip to content

Resources: Module 02 — Flask Fundamentals

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