Skip to main content
erold.guide
Explore API Contribute
Explore API Contribute
Home / Explore / FastAPI

FastAPI

A modern, fast web framework for building APIs with Python based on standard Python type hints. High performance, easy to learn, and ready for production.

Website Docs GitHub

Never Block the Async Event Loop

Never use blocking operations in async endpoints. Blocking calls like time.sleep(), requests.get(), or synchronous database queries will block the entire event loop.

intermediate 7m

No guidelines match your filters.

Overview

Guidelines
1
Categories
1
Version
v0.115.0

Categories

Actions

Contribute to FastAPI Browse all topics

API Access

Get these guidelines via JSON API.

GET /api/v1/topics/fastapi/_index.json
Explore API Contribute

MIT License · Part of erold

Terms Privacy GitHub

© 2024-2026 Yet Technologies SARL-S

We use cookies to analyze site traffic and improve your experience. Learn more

Quick links

Home Explore Guidelines API Documentation Contribute