Tag: #asgi
-
Structuring Starlette Projects
Starlette's modular design doesn't necessarily make it clear how Starlette projects should be structured. Here is a minimal yet flexible project structure that will prevent circular dependencies and help you write more readable Starlette application code.
-
Using Starlette to migrate my blog across domains
How I moved my blog to a different domain and URL structure while retaining SEO and integrating seamlessly with a static website generator — a case study of using Starlette and ASGI to build and glue web application components together.
Retrospectives • -
Introduction to ASGI: Emergence of an Async Python Web Ecosystem
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.
-
Introducing tartiflette-starlette
A new library for building GraphQL APIs and serving them over HTTP via ASGI, powered by the Tartiflette Python asynchronous GraphQL engine.
Retrospectives •