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
Flet 1.0 Released: Build Production Web, Desktop and Mobile Apps in Python Only
4+ hour, 51+ 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…...
Drop-in Django app to serve a decent LLM-ready documentation site
9+ hour, 54+ 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…...
FastAPI's new app.frontend() fixes a route-order bug in manual SPA serving
15+ hour, 41+ 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....
Building a Persistent Smart Contact Book CLI App Using Pure Python
19+ hour, 16+ 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…...
Weekly Documentation: Akwannya Hub Python Essentials.
1+ day, 54+ min 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 …...
Building a Zero-Lag Client-Side Python Visualizer with Pyodide & WebAssembly
1+ day, 19+ hour ago (19+ words) Understanding code execution, call stacks, and pointer mutations can be tricky—especially when... Tagged with python, webassembly, algorithms, webdev....
How I Built TaskFlow: A Multi-Role Task Management System in Django
1+ day, 21+ 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 …...
uv Python cheatsheet: what changed in 0.12 and what still trips you up
2+ day, 7+ 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....
Python Full Stack Project Ideas That Teach You How to Build Real Software
2+ day, 15+ 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 …...
Python beside Delphi, not instead of it
4+ day, 5+ 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…...