News Score: Score the News, Sort the News, Rewrite the Headlines

Django Async: Ready for Prime Time?

We have traditionally used Django in all our products. We believe it is one of the most underrated, beautifully designed, rock solid framework out there. However, if we are to be honest, the history of async usage in Django wasn't very impressive. It was always clunky, and you end up with your code cluttered with this ugly syntax. async_to_sync(some_function)(arg_1, arg_2) You could argue that for most products, you don’t really need async. It was just an extra layer of complexity without any si...

Read more at jonathanadly.com

© News Score  score the news, sort the news, rewrite the headlines