Skip to content

Latest commit

 

History

History
463 lines (340 loc) · 24.9 KB

python-and-django-trends.md

File metadata and controls

463 lines (340 loc) · 24.9 KB

Python and Django Trends

Python on Other Platforms

Rust

Python Rust/WebAssembly

Python Gilectomy and Multi-Core

WSGI

Common Gateway Interface and WSGI (Web Server API)

Python- PEP 3333 (Python Web Server Gateway Interface)

WSGI

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

Static Typing

Duck Typing

Strong and Weak Typing

Type Hints

Static Typing Tools

Django Static Typing Tools

Data Classes

Data Classes

F-Strings

Python Walrus Operator and Assignment Expressions