django-planet
Aug. 16, 2022

Understanding async Python for the web

published by James Bennett
in blog James Bennett
original entry Understanding async Python for the web

Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing new frameworks pop up which are fully async, or support going fully async, from the start.

But this raises a lot of questions, like: just what is “async” Python? Why do people care about it so much? And is it really …

Read full entry