跳到主要内容

FastAPI

您需要至少掌握一个后端框架:Django、Flask、FastAPI、NestJS、SpringBoot、Laravel 等。

在本节中,我们将介绍 FastAPI,因为它具有受欢迎程度和简单性。

步骤

1. 推荐的学习方式

粗略地阅读 FastAPI 的官方文档:https://fastapi.tiangolo.com/learn/:

  • Learn, python types, concurrency and async / await, environment variables, virtual environments
  • Tutorial - User Guide
  • Deployment

跳过 Advanced User Guide、CLI、HowTo。

2. 替代学习方式

FastAPI Full Crash Course - NeuralNine

or

FastAPI Full Crash Course - freeCodeCamp.org

Silver