The flask Package

The flask package provides a micro-framework for making web applications and APIs.

References

Installation

First install flask, if necessary:

pip install flask

Usage

Follow the "Web Application" Exercise for an introduction to making web applications with Flask.

Testing

Testing Flask APIs:

Last updated

Was this helpful?