Latest updates for Fastapi

Fresh curated links around FastAPI are collected here so marketers can spot useful updates and turn timely ideas into posts faster.

Recent items include:

  • 10 GitHub Repositories to Master FastAPI
  • 10 GitHub Repositories to Master FastAPI
  • Building Your First API as a Data Scientist: A Beginner’s Guide to FastAPI, Flask, and Django

Post angles to try

Share the most useful takeaway for your audience.
Turn one article into a quick practical checklist.
Ask your audience how this shift affects their work.
Turn angles into scheduled posts

Fresh articles and ideas

Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.

kdnuggets.com /2 weeks ago

10 GitHub Repositories to Master FastAPI

Learn FastAPI through templates, examples, guides, auth tools, microservices, full-stack starters, and machine learning projects.

Read source
kdnuggets.com /2 weeks ago

10 GitHub Repositories to Master FastAPI

Learn FastAPI through templates, examples, guides, auth tools, microservices, full-stack starters, and machine learning projects.

Read source
medium.com /4 weeks ago

Building Your First API as a Data Scientist: A Beginner’s Guide to FastAPI, Flask, and Django

Continue reading on Medium »

Read source
habr.com /1 month ago

api2app: Использование совместно с FastAPI

Для создания графического интерфейса для приложений на FastAPI часто Python-разработчики используют что-то вроде gradio или streamlit. В этом уроке я расскажу про ещё одну альтерна...

Read source
kdnuggets.com /3 weeks ago

How to Deploy Your First App on FastAPI Cloud

Learn how to build, test, deploy, and monitor your first FastAPI Cloud app, a simple live gold and silver dashboard.

Read source
kdnuggets.com /3 weeks ago

How to Deploy Your First App on FastAPI Cloud

Learn how to build, test, deploy, and monitor your first FastAPI Cloud app, a simple live gold and silver dashboard.

Read source
caktusgroup.com /1 month ago

Caktus Consulting Group: Easily Stream LLM Responses with Django-Bolt and PydanticAI

I like how easy it is to create an async streaming endpoint with django-bolt and PydanticAI from scratch. With only a few commands you can set it up.

Read source
dev.to /2 weeks ago

Cómo probar la API de Rust

Rust te da un servidor HTTP rápido y con seguridad de tipos en pocas cientos de líneas. Lo que no te da por defecto es un ciclo de feedback rápido para validar la API como la consu...

Read source
habr.com /2 weeks ago

Production‑стек для мессенджера на 10к пользователей: FastAPI, SQLite в проде и почему монолит

Это восьмая статья из моей серии про инженерные решения в ONEMIX. До этого было про клиентскую часть мессенджера: кэш сообщений, E2E, WebRTC звонки, Electron, outbox‑паттерн. Парал...

Read source
javacodegeeks.com /1 month ago

Python to FastAPI WebSockets Guide

WebSockets enable real-time, bidirectional communication between a client and a server. Unlike traditional HTTP requests, which are request-response based, WebSockets maintain a pe...

Read source
habr.com /1 month ago

Хостинг сервера в Google Colab без ngrok и cloudflared

Разбираемся, как использовать встроенный механизм Google Colab для хостинга сервера без ngrok и cloudflared — и как достучаться до него через requests с помощью токена аутентификац...

Read source
dev.to /1 month ago

Decorators: The Python Feature That Looks Like Magic

Something has been quietly happening in code you have never written yet. Every time you use FastAPI to build an endpoint, you will write this: @app.get("/users") def get_users(...

Read source
dev.to /1 week ago

Stop loading tables you never use: lazy-alchemy v2 for SQLAlchemy 2, async, Pydantic, and SQLModel

You have a database with 120 tables. Your application only ever touches 15 of them. SQLAlchemy doesn't care. At startup, it reflects all 120 — loading column metadata, constrain...

Read source
habr.com /1 month ago

Tilda + СБИС Presto: пишем интеграцию на Python, когда готового решения не существует

Клиент пришёл с простой задачей: заказы с сайта на Tilda должны автоматически попадать в СБИС Presto. Казалось бы, популярные инструменты — должно быть готовое решение. Его не оказ...

Read source
dev.to /1 month ago

Aximo - offline-first STT API

Finally got Aximo running publicly on Hugging Face Spaces — local CPU speech-to-text API with Swagger microphone recording, powered by Parakeet v3. Demo: https://ifif-aximo.hf.spa...

Read source
dev.to /1 month ago

Tired of the Frontend/Backend split? Meet Zolt: Full-Stack Apps in Pure Python.

Introduction: As developers, we spend half our time managing the "gap" between our Python backends and our JS frontends. I wanted to close that gap. Today, I’m excited to share Zol...

Read source
habr.com /1 week ago

Настраиваем CI/CD в GitHub для Python-проекта с нуля

Настройка CI/CD часто кажется новичкам чем-то сложным и доступным только DevOps-инженерам. На самом деле автоматизировать рутину Python-проекта можно всего за полчаса. В этой стать...

Read source
dev.to /1 month ago

Python CQRS: Building distributed systems without the pain (Sagas, Outbox, Event-Driven)

Building distributed systems in Python? Here is how python-cqrs tackles consistency with orchestrated sagas, the mediator pattern, and a transactional outbox—without preaching theo...

Read source

Turn fresh research into a full content calendar

Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.

Sources covering Fastapi

kdnuggets.com

Recent coverage from public sources
Public source

dev.to

Recent coverage from public sources
Public source

habr.com

Recent coverage from public sources
Public source

medium.com

Recent coverage from public sources
Public source

planetpython.org

Recent coverage from public sources
Public source

javacodegeeks.com

Recent coverage from public sources
Public source