Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 908 Bytes

2024-05-08-python-async.md

File metadata and controls

21 lines (17 loc) · 908 Bytes
title categories
Recreating python's asyncio from scratch
python

I've been a big fan of David Beazley since forever. And there are a few of his talks I watch and rewatch every now and then.

A few of his amazing talks are:

Today I found this link in HN about concurrency and generators in python: https://jacobpadilla.com/articles/recreating-asyncio, and reminded me of an amazing talk I also watch from time to time: https://www.youtube.com/watch?v=ZzfHjytDceU and its extended version https://www.youtube.com/watch?v=Y4Gt3Xjd7G8 .

Amazing speaker, and very engaging on any topic he shares with the crew. Very very recommended, as well as his python course.