
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 …
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 …
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 …
FastAPI - tiangolo
FastAPI 是一个用于构建 API 的现代、快速(高性能)的 web 框架,使用 Python 并基于标准的 Python 类型提示。 关键特性: 快速:可与 NodeJS 和 Go 并肩的极高性能(归功于 Starlette 和 …
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. …
FastAPI - tiangolo
FastAPI は、Pythonの標準である型ヒントに基づいてPython 以降でAPI を構築するための、モダンで、高速(高パフォーマンス)な、Web フレームワークです。 主な特徴: 高速: NodeJS や …
教程 - 用户指南 - FastAPI - tiangolo
本教程将一步步向您展示如何使用 FastAPI 的绝大部分特性。 各个章节的内容循序渐进,但是又围绕着单独的主题,所以您可以直接跳转到某个章节以解决您的特定需求。
チュートリアル - ユーザーガイド - FastAPI - tiangolo
このチュートリアルはFastAPIのほぼすべての機能の使い方を段階的に紹介します。 各セクションは前のセクションを踏まえた内容になっています。 しかし、トピックごとに分割され …
FastAPI - tiangolo
FastAPI는 현대적이고, 빠르며(고성능), 파이썬 표준 타입 힌트에 기초한 Python의 API를 빌드하기 위한 웹 프레임워크입니다. 주요 특징으로: 빠름 : (Starlette과 Pydantic 덕분에) NodeJS 및 Go 와 …