fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production (by fastapi)
django-rest-framework
Web APIs for Django. 🎸 (by encode)
fastapi | django-rest-framework | |
---|---|---|
550 | 209 | |
86,522 | 29,222 | |
3.1% | 0.6% | |
9.8 | 8.3 | |
3 days ago | 15 days ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fastapi
Posts with mentions or reviews of fastapi.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-25.
- 🚗👁️ Segmentation d'Images pour pour le système embarqué d’une voiture autonome
-
Getting Started with FastAPI: A Beginner’s Guide Using Python 🐍
Official FastAPI Docs
-
How to build image search with semantic understanding
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. We use it to build the web API for the image search.
- DecipherIt: Building a NotebookLM-Inspired AI Research Assistant powered by Bright Data
-
How to Set Up CI/CD for a Python Backend Application on Fly.io Using GitHub Actions
The backend of this accountability AI application is built using FastAPI, a high-performance framework for Python. The app allows users to communicate with the AI, which helps them stay accountable by generating responses based on their input. Below is a breakdown of the key components used in the code:
-
🚀 Building Recallr: How I Turned PDFs into Anki Flashcards with AI
until i realized Anki has their own API Interface, which made me realize that i can automate this task, efficiently, while also getting hand on experience using FastAPI and LLMs (but am i going to change the stack later?.. lets see)
-
Building Weather & History Story Cards with Python and FastAPI
By the end of this tutorial, you’ll see how I used FastAPI and Jinja2 to turn raw JSON into a dynamic timeline of weather and history that feels informative and fun.
-
Build Code-RAGent, an agent for your codebase
The only thing left to do then was to build something that could showcase the power of code ingestion within a vector database, and it immediately clicked in my mind: "Why don't I ingest my entire codebase of solved Go exercises from Exercism?" That's how I created Code-RAGent, your friendly coding assistant based on your personal codebases and grounded in web search. It is built on top of GPT-4.1, powered by OpenAI, LinkUp, LlamaIndex, Qdrant, FastAPI and Streamlit. The building of this project was aimed at providing a reproducible and adaptable agent, that people can therefore customize based on their needs, and it was composed of three phases:
-
Understanding the Relation Between FastAPI and Uvicorn
FastAPI and Uvicorn are two essential building blocks when developing high-performance Python APIs.
-
Building a Full-Stack AI Chatbot with FastAPI (Backend) and React (Frontend)
FastAPI Documentation: https://fastapi.tiangolo.com/
django-rest-framework
Posts with mentions or reviews of django-rest-framework.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-10.
-
Why Django REST Framework doesn't show your custom validation error messages (and what to do about it)
The GitHub Discussion: link
-
How to Build RESTful APIs with Django
Django’s "batteries-included" philosophy makes it an excellent choice for API development. With Django REST Framework (DRF), you get:
-
Why and How to Patch a Python Package in Nix
I am maintaining a Python codebase that is based on Django and Django REST Framework (DRF). The codebase uses Nix for development, testing, CI/CD and packaging.
-
Django Rest framework Now EP01: Poetry
Django Rest framework
-
Building a REST API with Django REST Framework: A Beginners Guide
Explore the Django REST Framework Documentation for advanced topics.
-
Modern JavaScript for Django Developers
I've seen some companies using React with Django REST Framework [1], to keep the benefits of Django (I'm not a Django dev so I will have to guess, the ORM and project structure?) while having a strong separation between front and back (separate projects, teams, deploys, etc).
[1] https://www.django-rest-framework.org
-
Top 20 Python API Frameworks with OpenAPI Support
Django REST Framework is a powerful and flexible toolkit for building Web APIs using Django, the popular high-level Python web framework. Zuplo proudly sponsors the DRF project to continue improving the Django API development ecosystem.
-
Django is for everyone.
I think people tend to consider Django either for building old-school, industrial-strength monolith apps or for APIs and using something like React for the front-end. I’m here to tell you that plain old Django is a great option even for your personal websites! In my opinion, if you need a database, you should use Django1.
-
Emulating Rails-like resource controllers in a server-rendered Django app
This post will extend Django REST Framework's ViewSet and SimpleRouter to provide a Rails-like request handler class + resource routing in server-render Django applications. It also features form-level method spoofing for PUT, PATCH and DELETE requests via custom middleware.
-
Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial
Django Rest Framework
What are some alternatives?
When comparing fastapi and django-rest-framework you can also consider the following projects:
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
connexion - Connexion is a modern Python web framework that makes spec-first and api-first development easy.
Dependency Injector - Dependency injection framework for Python