
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). One …
Tutorial - User Guide - FastAPI - tiangolo
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 - tiangolo
FastAPI Learn Learn¶ 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. 😎
First Steps - FastAPI - tiangolo
Import FastAPI. Create an app instance. Write a path operation decorator using decorators like @app.get("/"). Define a path operation function; for example, def root(): .... Run the development server using the command fastapi dev.
FastAPI - tiangolo
FastAPI 是一个用于构建 API 的现代、快速(高性能)的 web 框架,使用 Python 并基于标准的 Python 类型提示。 关键特性: 快速:可与 NodeJS 和 Go 并肩的极高性能(归功于 Starlette 和 Pydantic)。最快的 Python web 框架之一。 高效编码:提高功能开发速度约 200% 至 300%。*
Features - FastAPI - tiangolo
FastAPI features¶ FastAPI gives you the following: Based on open standards¶ OpenAPI for API creation, including declarations of path operations, parameters, request bodies, security, etc. Automatic data model documentation with JSON Schema (as OpenAPI itself is based on JSON Schema). Designed around these standards, after a meticulous study.
FastAPI - tiangolo
FastAPI は、Pythonの標準である型ヒントに基づいてPython 以降でAPI を構築するための、モダンで、高速(高パフォーマンス)な、Web フレームワークです。 主な特徴: 高速: NodeJS や Go 並みのとても高いパフォーマンス (Starlette と Pydantic のおかげです)。
教程 - 用户指南 - FastAPI - tiangolo
本教程将一步步向您展示如何使用 FastAPI 的绝大部分特性。 各个章节的内容循序渐进,但是又围绕着单独的主题,所以您可以直接跳转到某个章节以解决您的特定需求。
チュートリアル - ユーザーガイド - FastAPI - tiangolo
このチュートリアルはFastAPIのほぼすべての機能の使い方を段階的に紹介します。 各セクションは前のセクションを踏まえた内容になっています。 しかし、トピックごとに分割されているので、特定のAPIの要求を満たすようなトピックに直接たどり着ける ...
FastAPI - tiangolo
FastAPI는 현대적이고, 빠르며(고성능), 파이썬 표준 타입 힌트에 기초한 Python의 API를 빌드하기 위한 웹 프레임워크입니다. 주요 특징으로: 빠름 : (Starlette과 Pydantic 덕분에) NodeJS 및 Go 와 대등할 정도로 매우 높은 성능.