Welcome to Flask
Welcome to Flask’s documentation. Get started with Installation and then get an overview with the . There is also a more detailed Tutorial that shows how to create a small but complete application with Flask. Common patterns are described in the section. The rest of the docs describe each component of Flask in detail, with a full reference in the API section.
This part of the documentation, which is mostly prose, begins with some background information about Flask, then focuses on step-by-step instructions for web development with Flask.
- Foreword
- Foreword for Experienced Programmers
- Quickstart
- Configuration Handling
- Signals
- Pluggable Views
- The Application Context
- The Request Context
- Modular Applications with Blueprints
- Working with the Shell
- Becoming Big
- Using and
await
Design notes, legal information and changelog are here for the interested.