#fastapi

[ follow ]
fromPycoders
3 days ago

PyCoder's Weekly | Issue #710

Augment Code's new guide features real frameworks to lead your engineering team to systematic transformation: 30% faster PR velocity, 40% reduction in merge times, and 10x task speed-ups across teams. Learn from CTOs at Drata, Webflow, and Scout's local MCP server lets your AI assistant query real Python telemetry. Call endpoints like get_app_error_groups or get_app_endpoint_traces to surface top errors, latency, and backtraces-no dashboards, Brett came across an unexpected typing error when using Pyrefly on his code.
Django
Python
fromPyImageSearch
5 days ago

Pushing Docker App to AWS ECR for Lambda Deployment Using AWS CLI - PyImageSearch

Configure AWS CLI, build and push a Docker image of a FastAPI ONNX inference app to AWS ECR for Lambda deployment.
fromRealpython
1 week ago

Episode #275: Building a FastAPI Application & Exploring Python Concurrency - The Real Python Podcast

Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects. We discuss a recent Real Python step-by-step tutorial about programming a FastAPI example application. You practice installing FastAPI, building your first endpoints, adding path and query parameters, and validating endpoints using Pydantic. Christopher covers updates to his Real Python video course about concurrency in Python.
Python
#jinja2
Python
fromPyImageSearch
1 week ago

FastAPI Docker Deployment: Preparing ONNX AI Models for AWS Lambda - PyImageSearch

Build and containerize a FastAPI AI inference server serving an ONNX model with image preprocessing and Docker deployment, preparing for AWS Lambda serverless deployment.
Web frameworks
fromRealpython
3 weeks ago

A Close Look at a FastAPI Example Application Quiz - Real Python

FastAPI endpoints can shuffle lists, pick random items, and generate random numbers while demonstrating validation, request bodies, async endpoints, and CORS.
fromTalkpython
3 weeks ago

NiceGUI Goes 3.0

Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based web apps in pure Python and still keep full control? NiceGUI, pronounced "Nice Guy" sits on FastAPI with a Vue/Quasar front end, gives you real components, live updates over websockets, and it's running in production at Zauberzeug, a German robotic company. On this episode, I'm talking with NiceGUI's creators, Rodja Trappe and Falko Schindler, about how it works, where it shines,
Web frameworks
fromhttps://daniel.feldroy.com
1 month ago

Using Asyncpg with FastAPI and Air

Asyncpg is the connector for PostgreSQL and asyncio-flavored Python. Here's how to use it without other libraries on FastAPI and Air projects. Recently I've been on a few projects using PostgreSQL where SQLAlchemy and SQLModel felt like overkill. Instead of using those libraries I leaned on writing SQL queries and running those directly in [asyncpg](https://pypi.org/project/asyncpg/) instead of using an ORM powered by asyncpg. Here's how I got it to work
Python
#python
Web frameworks
fromRealpython
2 months ago

Get Started With FastAPI Quiz - Real Python

FastAPI basics: installation with extras, defining endpoints, path and query parameters, JSON responses, and built‑in API docs; five-question, untimed quiz.
Web frameworks
fromhttps://daniel.feldroy.com
3 months ago

TIL: Using SQLModel Asynchronously with FastAPI (and Air) with PostgreSQL

Use SQLModel with both asyncpg and psycopg2-binary, plus greenlet, to enable asynchronous and synchronous PostgreSQL operations in FastAPI applications.
Roam Research
fromHackernoon
8 months ago

How to Build Live Image Search With Vision Model and Query With Natural Language | HackerNoon

The integration of multimodal embedding models allows for efficient natural language image searches.
fromPybites
7 months ago

From Backend To Frontend: Connecting FastAPI And Streamlit - Pybites

Using Streamlit allowed me to build a fast and efficient frontend without leaving the comfort of Python, leveraging its data-centric features effectively.
Web frameworks
[ Load more ]