File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Recreating python's asyncio from scratch
3
+ categories : [python]
4
+ ---
5
+ I've been a big fan of David Beazley since forever. And there are a
6
+ few of his talks I watch and rewatch every now and then.
7
+
8
+ A few of his amazing talks are:
9
+ - https://www.youtube.com/watch?v=MCs5OvhV9S4 (concurrency)
10
+ - https://www.youtube.com/watch?v=lyDLAutA88s&list=PLKTT4cKtfM9HVQMZoAmkQrCQ1G89mydDl (using the base language)
11
+ - https://news.ycombinator.com/item?id=27832115 (webassembly)
12
+
13
+ Today I found this link in HN about concurrency and generators in
14
+ python: https://jacobpadilla.com/articles/recreating-asyncio , and
15
+ reminded me of an amazing talk I also watch from time to time:
16
+ https://www.youtube.com/watch?v=ZzfHjytDceU and its extended version
17
+ https://www.youtube.com/watch?v=Y4Gt3Xjd7G8 .
18
+
19
+
20
+ Amazing speaker, and very engaging on any topic he shares with the
21
+ crew. Very very recommended, as well as his python course.
You can’t perform that action at this time.
0 commit comments