# Flask开发Web

[Flask](http://flask.pocoo.org)是一个Python的小型可扩展框架，通过：

* [Werkzeug](http://werkzeug.pocoo.org) - 路由、调试和Web服务器网关接口
* [Jinja2](http://jinja.pocoo.org) - 模板系统

提供了包含基本服务的核型，以及通过扩展实现的很多功能，适合构架一个没有附加功能定制的系统。

> 本文是学习《Flask Web开发：基于Python的Web应用开发实战》的笔记


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/develop/python/flask.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
