Learn Python with Talk Python's 270 hours of courses

Simplifying Python's Async with Trio

Episode #167, published Fri, Jun 29, 2018, recorded Thu, Jun 21, 2018

Ever since Python 3.5 was released, we've had a really powerful way to write I/O bound async code using the async and await keywords.

On this episode, you'll Nathaniel Smith who wrote the Trio async framework that significantly simplifies complex coordinating operations using async and await.

Links from the show

Nathaniel on Twitter: @vorpalsmith
Trio: github.com/python-trio/trio
Nathaniel's PyCon Talk: youtube.com
Notes on structured concurrency, or: Go statement considered harmful: vorpus.org
Timeouts and cancellation for humans: vorpus.org

Other Async Frameworks of Note
Unsync: asherman.io
Curio: github.com/dabeaz/curio
Episode transcripts: talkpython.fm

--- Stay in touch with us ---
Subscribe to Talk Python on YouTube: youtube.com
Talk Python on Bluesky: @talkpython.fm at bsky.app
Talk Python on Mastodon: talkpython
Michael on Bluesky: @mkennedy.codes at bsky.app
Michael on Mastodon: mkennedy

Talk Python's Mastodon Michael Kennedy's Mastodon