mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-19 07:24:20 +01:00
update index
This commit is contained in:
@@ -7,15 +7,12 @@ has_children: true
|
||||
|
||||
# Tutorial: Flask
|
||||
|
||||
> This tutorial is AI-generated! To learn more: https://github.com/The-Pocket/Tutorial-Codebase-Knowledge
|
||||
> This tutorial is AI-generated! To learn more, check out [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
|
||||
|
||||
Flask is a lightweight **web framework** for Python.
|
||||
Flask<sup>[View Repo](https://github.com/pallets/flask/tree/ab8149664182b662453a563161aa89013c806dc9/src/flask)</sup> is a lightweight **web framework** for Python.
|
||||
It helps you build web applications by handling incoming *web requests* and sending back *responses*.
|
||||
Flask provides tools for **routing** URLs to your Python functions, managing *request data*, creating *responses*, and using *templates* to generate HTML.
|
||||
|
||||
|
||||
**Source Repository:** [https://github.com/pallets/flask/tree/ab8149664182b662453a563161aa89013c806dc9/src/flask](https://github.com/pallets/flask/tree/ab8149664182b662453a563161aa89013c806dc9/src/flask)
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A0["0: Application Object (Flask)"]
|
||||
|
||||
Reference in New Issue
Block a user