anvil-blog
fastapi
anvil-blog | fastapi | |
---|---|---|
1 | 501 | |
0 | 76,293 | |
- | 1.8% | |
3.5 | 9.8 | |
about 2 months ago | 6 days ago | |
Python | Python | |
- | MIT License |
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.
anvil-blog
-
How to Build a Python API from Scratch with FastAPI
Write an API that gets individual blogs via their id. Submit your answer as a pull request on this repository. I will give you feedback in 1-2 weeks. If you want a faster review, you can tag me on X with the URL to your pull request.
fastapi
-
Building a crashproof cloud backend in Python using REST and PostgreSQL
It consists of a single service, several REST APIs, and a PostgreSQL database. We'll be using DBOS and FastAPI to build and deploy our app in the cloud, for free!
-
FastAPI: How to use Pydantic to declare Query Parameters
It came out about three weeks ago one of the most expected features of FastAPI. At least when we're talking about Pydantic Models + FastAPI.
-
Building a GenAI Fitness App with Gemini
FastAPI serves as the backbone of Fitness Tribe AI, handling the AI-powered analysis.
-
From Proprietary Data to Expert AI with Lamini and KitOps
You can use the get_answer method to invoke the trained model. You can also use it to create API using FastAPI or Flask.
-
Comparing the Top 12 Best Python Web Frameworks for Developers
FastAPI is a high-performance Python web framework for writing and building APIs in Python. As one of the most popular Python web frameworks, it is known for its speed, ease of use, bug reduction, and robustness. FastAPI is based on standard Python type hints. It is also one of the fastest Python web development frameworks.
-
Unleash the Power of FastAPI: Async vs Blocking I/O
FastAPI Official Documentation
-
Analyzing the OpenAPI Tooling Ecosystem
If you haven’t yet, I highly recommend to check FastAPI for your python backend: https://fastapi.tiangolo.com/. OpenAPI is a core part of it, making it simple to integrate with other tools such as docs and clients generator
-
5 Open Source Python Projects You Should Know About in 2024
Where to check it out: https://github.com/fastapi/fastapi
-
Understanding WebSockets using Python
This code sets up a WebSocket server using FastAPI.
-
How to Build a Python API from Scratch with FastAPI
FastAPI - A web framework for building APIs with Python.
What are some alternatives?
CPython - The Python programming language
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
uvicorn - An ASGI web server, for Python. 🦄
HS-Sanic - Async Python 3.6+ web server/framework | Build fast. Run fast. [Moved to: https://github.com/sanic-org/sanic]
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
Flask - The Python micro framework for building web applications.
Django - The Web framework for perfectionists with deadlines.
swagger-ui - Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
starlite - Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar]
BentoML - The easiest way to serve AI apps and models - Build reliable Inference APIs, LLM apps, Multi-model chains, RAG service, and much more!
django-rest-framework - Web APIs for Django. 🎸