PyData Global - Let's get you started with asynchronous programming
From zero to writing async code in 25 minutes
Thank you to everyone who attended my talk on asynchronous programming in Python at PyData Global 2024.
The slides from the talk are available here.
The code from the talk, including the little service we made, is available here.
The video is available now! See below.
I wrote a local test server you can run, which somewhat replicates the behaviour of the real server I used in the talk—though there are some differences.
The service runs asynchronously. The red (first column) is retrieving the video metadata, the blue is retrieving the transcript, the green is running the model, and the yellow is saving the result to the database.
Update the video is now available, let me know your feedback and help me make this better next time!