Introduction
Flask helps you build websites and web apps easily. It gives you tools to handle web requests and show pages.
You want to create a simple website quickly.
You need a small web app to test ideas or learn web development.
You want to build an API to share data with other apps.
You want full control over how your web app works without extra features.
You want to add web features to a Python program.