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.

Latest in Python Web


marktechpost.com > 09/20/2026 > flet-1-0-released-build-production-web-desktop-and-mobile-apps-in-python-only

Flet 1.0 Released: Build Production Web, Desktop and Mobile Apps in Python Only

8+ hour, 19+ min 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…...


dev.to > corstiaan84 > drop-in-django-app-to-serve-a-decent-llm-ready-documentation-site-3p3o

Drop-in Django app to serve a decent LLM-ready documentation site

13+ hour, 22+ min 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…...


dev.to > alexgeorgiev17 > fastapis-new-appfrontend-fixes-a-route-order-bug-in-manual-spa-serving-4mm8

FastAPI's new app.frontend() fixes a route-order bug in manual SPA serving

19+ hour, 9+ min ago   (325+ words) I wrote three small apps that all serve the same dist/ directory (one index.html, one assets/app.js) alongside a GET /api/ping route, varying only the order the routes are declared in and which mechanism serves the frontend....


dev.to > nivedya2008 > building-a-persistent-smart-contact-book-cli-app-using-pure-python-3n86

Building a Persistent Smart Contact Book CLI App Using Pure Python

22+ hour, 44+ min ago   (139+ words) As a 2nd-year BCA student aspiring to become a Web / Developer Advocate, I believe that mastering data structures, error handling, and file persistence is crucial. Today, I am excited to share my 4th python project: a Smart Contact Book CLI Application…...


medium.com > @kingestherw > weekly-documentation-akwannya-hub-python-essentials-2b0305ba2a5d

Weekly Documentation: Akwannya Hub Python Essentials.

1+ day, 4+ hour ago   (42+ words) Module 1: Introduction to Python I started a Python class through Akwanya Hub in partnership with Cisco Academy, and I want to document what …...


dev.to > debpriya_santra_72b0ade20 > building-a-zero-lag-client-side-python-visualizer-with-pyodide-webassembly-118o

Building a Zero-Lag Client-Side Python Visualizer with Pyodide & WebAssembly

1+ day, 23+ hour ago   (19+ words) Understanding code execution, call stacks, and pointer mutations can be tricky—especially when... Tagged with python, webassembly, algorithms, webdev....


medium.com > @prabhurudreshsarthi > how-i-built-taskflow-a-multi-role-task-management-system-in-django-d7a7d1e15494

How I Built TaskFlow: A Multi-Role Task Management System in Django

2+ day, 1+ hour ago   (349+ words) “From Idea to Dashboard: Building a Multi-Role Task System with Django” Building TaskFlow: A Role-Based Task Management System in Django Every developer’s first full-stack project teaches them …...


dev.to > extractdata > uv-python-cheatsheet-what-changed-in-012-and-what-still-trips-you-up-5b38

uv Python cheatsheet: what changed in 0.12 and what still trips you up

2+ day, 11+ hour ago   (229+ words) uv 0.12 changed `uv init`, started enforcing `--require-hashes`, and broke Docker for a day. What changed, what still bites, and a cheatsheet that is current. Tagged with python, uv, devops, webdev....


medium.com > @digitalascent160 > python-full-stack-project-ideas-that-teach-you-how-to-build-real-software-1b64b49e24b4

Python Full Stack Project Ideas That Teach You How to Build Real Software

2+ day, 18+ hour ago   (1329+ words) Python Full Stack Project Ideas That Teach You How to Build Real Software It had a login page, a dashboard, a database, and …...


dev.to > pauloantunes > python-beside-delphi-not-instead-of-it-ld4

Python beside Delphi, not instead of it

4+ day, 9+ hour ago   (1232+ words) I maintain an ERP that runs a footwear factory. It is a Delphi VCL desktop application: 488 units, roughly 160,000 lines of Object Pascal, sitting on a MySQL database of 342 tables. It handles production planning, warehouse management, shipping, inventory and sales. It…...