FastHTML is a new way to create modern interactive web apps. It scales down to a 6-line python file, and scales up to complex production apps.
FastHTML is a new way to create modern interactive web apps. It scales down to a 6-line python file, and scales up to complex production apps.
blacknoise is an ASGI app for static file serving inspired by whitenoise and following the principles of low maintenance software. - matthiask/blacknoise
Asynchronous Python is getting trendy these days. What is it about and what are the implied challenges in terms of Observability?
TLDR: urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. What is urllib3...
Down the rabbithole of web servers
ASGI is a standard for running async Python apps with async web servers.
An ASGI web server, for Python. 🦄. Contribute to Kludex/uvicorn development by creating an account on GitHub.
If you were thinking Python had been getting locked into data science, think again! Python web development is back with an async spin, and it's exciting.
The lightning-fast ASGI server.
ASGI specification and utilities. Contribute to django/asgiref development by creating an account on GitHub.
AWS Lambda support for ASGI applications. Contribute to Kludex/mangum development by creating an account on GitHub.
The little ASGI framework that shines. 🌟. Contribute to Kludex/starlette development by creating an account on GitHub.
As mentioned before, Modal is a powerful serverless computing platform. These means that code (functions) can be called on demand and only run for as long as the function requires. In many cases, this method of computing can be significantly cheaper and more scalable than other solutions. Since Ta
This tutorial looks at how to develop and test an asynchronous API with FastAPI, Postgres, pytest, and Docker using Test-driven Development (TDD).
Fast ASGI web framework for Python. Contribute to Neoteroi/BlackSheep development by creating an account on GitHub.
Recently [Django 4.1 was released](https://www.djangoproject.com/weblog/2022/aug/03/django-41-released/), and the thing most people seem interested in is the expanded async support. Meanwhile, for …
The no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale. - falconry/falcon
Create asynchronous Flask application and run it with uWSGI or Gunicorn behind Nginx reverse proxy.
Table of Contents Introduction Main Concepts asgi Websockets Channel Implementation Chat Testing Final Thoughts This tutorial is for django dev...
An in-depth comparison between the two frameworks
Horace Guy’s blog about random things