Talk Python To Me
Talk Python To Me
Michael Kennedy
#225: Can subinterpreters free us from Python's GIL?
1 hour 10 minutes Posted Aug 12, 2019 at 7:00 am.
0:00
1:10:38
Download MP3
Show notes
Have you heard that Python is not good for writing concurrent asynchronous code? This is generally a misconception. But there is one class of parallel computing that Python is not good at: CPU bound work running the Python layer.