EPISODE · Oct 4, 2020 · 8 MIN
Using Asynchronous Python with Celery
from Karachi Wala Developer · host Mashhood Rastgar
Writing async code is important when building any application. You dont want your threads to be blocked on http calls and db look ups - esp if the language you are using is single threaded! I was surprised to find that most code written in Python is synchronous though that is now rapidly changing. Writing asynchronous code right now means using libraries like Celery which do all the work in a separate process. What is it, how do we use it and how does it work - this and more in this episode.
What this episode covers
Writing async code is important when building any application. You dont want your threads to be blocked on http calls and db look ups - esp if the language you are using is single threaded! I was surprised to find that most code written in Python is synchronous though that is now rapidly changing. Writing asynchronous code right now means using libraries like Celery which do all the work in a separate process. What is it, how do we use it and how does it work - this and more in this episode.
NOW PLAYING
Using Asynchronous Python with Celery
No transcript for this episode yet
Similar Episodes
Jun 18, 2026 ·23m
Jun 17, 2026 ·65m
Jun 11, 2026 ·108m
Jun 11, 2026 ·15m
Jun 9, 2026 ·40m
Jun 5, 2026 ·47m