介绍
Flask 是一个用于在 Python 中构建 Web 应用程序的微型 Web 框架。它的设计目标是简单轻量,允许开发者快速创建 Web 应用程序,而不会施加太多限制或依赖。
迫不及待想要开始了吗?在第一个实验中,我们将探索如何创建一个最小的 Flask 应用程序。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/AdvancedTopicsGroup(["Advanced Topics"])
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/AdvancedTopicsGroup -.-> python/decorators("Decorators")
subgraph Lab Skills
python/function_definition -.-> lab-148558{{"最小化 Flask Web 应用程序"}}
python/importing_modules -.-> lab-148558{{"最小化 Flask Web 应用程序"}}
python/decorators -.-> lab-148558{{"最小化 Flask Web 应用程序"}}
end