this post was submitted on 20 Dec 2023
2 points (100.0% liked)

Django

458 readers
1 users here now

Django Project

Django Community

Django Ecosystem

Jobs
Learning/Docs
Podcasts:
Related Fediverse communities
Feeds

founded 2 years ago
MODERATORS
2
submitted 1 year ago* (last edited 1 year ago) by jnovinger to c/django
 

Async Python can be useful in the right situation, but one of the tricky things about it is that it requires a bit more effort to run than normal synchronous Python, because you need an async event loop that can run and manage all your async functions.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here