Fast API
FastAPI is a modern, high-performance Python web framework for building APIs, built on standard Python type hints and designed for speed of development and execution.
7 resources across 1 library
Glossary Terms(7)
Actix
Actix (commonly used via Actix Web) is a high-performance web framework for the Rust programming language, built on an asynchronous actor model and known for c…
FastAPI
FastAPI is a modern, high-performance Python web framework for building APIs, built on standard Python type hints and designed for speed of development and exe…
Flask
Flask is a lightweight Python web framework known for its minimalism, flexibility, and 'micro-framework' philosophy of providing only the core tools needed to…
Django
Django is a high-level, open-source Python web framework that follows a "batteries-included" philosophy, providing built-in tools for authentication, admin int…
OpenAPI
OpenAPI is a language-agnostic specification for describing REST APIs in a machine-readable format, covering endpoints, request/response schemas, authenticatio…
Alembic
Alembic is a lightweight database migration tool for Python, built by the creator of SQLAlchemy, that generates and applies versioned schema change scripts wri…
SQLAlchemy
SQLAlchemy is a Python SQL toolkit and Object-Relational Mapping (ORM) library that provides both a full ORM layer and a lower-level Core for writing expressiv…