Install
Python Web
Django, Flask, FastAPI, async servers, and ORMs for Python backends.
- 4 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Python Web
Flask Nova 0.2.x: Async Tasks, Pydantic Field Validation & OpenAPI 3.0 for Flask
6+ hour, 46+ min ago (84+ words) Flask remains one of the most flexible WSGI frameworks in Python. However, building enterprise-grade APIs often requires manual integration of OpenAPI spec generators, task offloading mechanisms, and strict parameter validation. The v0.2.x release of Flask Nova addresses these gaps directly....
TypeSafe Python SDK
1+ day, 8+ hour ago (36+ words) docs.typesafe.ai Fetch the complete documentation index at: /llms.txt Use this file to discover all available pages before exploring further. Install the TypeSafe Python SDK and get started with asynchronous or synchronous API calls....
My FastAPI App Returned 404 Errors, But Only When Users Typed Their Email in Capital Letters
1+ day, 12+ hour ago (147+ words) It took me 5 days to find a bug that wasn’t in my code. It was in my database. It was 12.00 PM on a Friday. I was shutting down my laptop for the weekend when a support ticket came in. “I…...
NextWork - Build a RAG API with FastAPI
2+ day, 8+ hour ago (11+ words) Build a RAG API with FastAPI NextWork JavaScript is required, whaaaaaaat!...
Cloudflare Python Workers GA: FastAPI & Hyperdrive (2026) | explainx.ai Blog
3+ day, 3+ min ago (426+ words) Python Workers are GA on Cloudflare — native FastAPI, Django, and Flask, Hyperdrive Postgres/MySQL, and PEP 783's new PyEmscripten wheel standard. Catch up on AI The most concrete change in this release is boring in the best way — it deletes…...
A news site in Flask, deployed for free
2+ day, 11+ hour ago (359+ words) The copy-paste Flask news app calls the news API... Tagged with flask, python, tutorial, api....
Are there any free API alternatives to Gemini or Groq with higher rate limits for a FastAPI backend?
2+ day, 13+ hour ago (211+ words) Hey everyone! I'm currently building a backend project using FastAPI and looking to integrate an LLM. I've been testing the free tiers of Gemini and Groq, but the rate limits run out extremely fast during active development and testing. Do you…...
Python Workers are now generally available
2+ day, 10+ hour ago (1022+ words) We introduced Python Workers two years ago, providing a way to run Python applications in the Cloudflare Workers runtime. Our goal was to make it as simple to write Workers in Python as it is in TypeScript, and to make…...
Flet 1.0 Released: Build Production Web, Desktop and Mobile Apps in Python Only
3+ day, 7+ hour ago (534+ words) Flet is an open source Python framework that renders its UI with Flutter. You write Python, and Flet draws Material and Cupertino widgets on iOS, Android, Windows, macOS, Linux and the browser. No Dart, Swift, Kotlin or JavaScript required. Last…...
Drop-in Django app to serve a decent LLM-ready documentation site
3+ day, 12+ hour ago (168+ words) So I took a small side quest from the larger project and built a decent docs engine for Django, called mdjango. Some notable features: Markdown based. Point it at a directory of.md files and mdjango handles the rest. Sensible…...