Skip to content

Latest commit

 

History

History
437 lines (313 loc) · 23.6 KB

tools-python-and-django-trends.md

File metadata and controls

437 lines (313 loc) · 23.6 KB

Python and Django Trends

Python on Other Platforms

Rust

Python Rust/WebAssembly

Python Gilectomy and Multi-Core

Python Sync and Async Tools

ASGI (WSGI is for synchronous Python apps, ASGI is for both asynchronous and synchronous apps)

asgiref (ASGI in-memory channel layer)

Channels ASGI

Uvicorn (ASGI Server); See also Daphne

Starlette (ASGI Framework)

asigram

API Star

Tornado and Twisted

Eventlet and Greenlet

Django Sync and Async Tools

Async DEP

Google Groups

Major Talks

Async Added to Django 3.0

Important Blog Posts

Django Async- General

Django Channels (Built on ASGI)

Django API Star

Data Classes

Data Classes

Python Walrus Operator and Assignment Expressions