Andrew Godwin - Taking Django Async - PyCon 2018

preview_player
Показать описание
Speaker: Andrew Godwin

The Django Channels project has taken a major turn with version 2.0, embracing Python's async functionality and building applications around an async event loop rather than worker processes.

Doing this, however, wasn't easy. We'll look through some of the techniques used to make Django coexist in this async world, including handing off between async and sync code, writing fully asynchronous HTTP and WebSocket handling, and what this means for the future of Django, and maybe Python web frameworks in general.

Рекомендации по теме
Комментарии
Автор

Add the image (12:40) at the documentation it would make beginners, better for understanding about django channel

jawahars
Автор

I liked working/playing with Channels 1 so I know I'm gonna enjoy Channels 2 (especially from reading your blog articles about it).
But I kinda want to put 'return await future' on a t-shirt.

EternalDensity
Автор

If you want to succeed in life and everything, you MUST know how it all works under the hood. Channels looks pretty BTW :)

andreybekker
Автор

Link to blog post is bit.ly/py-async-simp

rubenmenke
join shbcf.ru