- FastAPI
Documentation: https: fastapi tiangolo com Source Code: https: github com fastapi fastapi FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints The key features are: Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic)
- FastAPI - tiangolo
文档: https: fastapi tiangolo com 源码: https: github com fastapi fastapi FastAPI 是一个用于构建 API 的现代、快速(高性能)的 web 框架,使用 Python 并基于标准的 Python 类型提示。 关键特性: 快速:可与 NodeJS 和 Go 并肩的极高性能(归功于 Starlette 和 Pydantic)。
- Tutorial - User Guide - FastAPI
This tutorial shows you how to use FastAPI with most of its features, step by step Each section gradually builds on the previous ones, but it's structured to separate topics, so that you can go directly to any specific one to solve your specific API needs
- Learn - FastAPI
Here are the introductory sections and the tutorials to learn FastAPI You could consider this a book, a course, the official and recommended way to learn FastAPI 😎
- Tutorial - Guía del Usuario - FastAPI
Este tutorial te muestra cómo usar FastAPI con la mayoría de sus funcionalidades, paso a paso Cada sección se basa gradualmente en las anteriores, pero está estructurada para separar temas, de manera que puedas ir directamente a cualquier sección específica para resolver tus necesidades específicas de API
- FastAPI - tiangolo
FastAPI framework, high performance, easy to learn, fast to code, ready for production
- 第一步 - FastAPI
你可以轻松地将这些替代方案中的任何一种添加到使用 FastAPI 构建的应用程序中。 你还可以使用它自动生成与你的 API 进行通信的客户端代码。
- 教程 - 用户指南 - FastAPI
本教程将一步步向您展示如何使用 FastAPI 的绝大部分特性。 各个章节的内容循序渐进,但是又围绕着单独的主题,所以您可以直接跳转到某个章节以解决您的特定需求。 本教程同样可以作为将来的参考手册,所以您可以随时回到本教程并查阅您需要的内容。
|