# David Beazley - Python Concurrency From the Ground Up (LIVE @PyCon 2015)

DevFeed: [David Beazley - Python Concurrency From the Ground Up (LIVE @PyCon 2015)](<https://devfeed.tech/articles/david-beazley-python-concurrency-from-the-ground-up-live-pycon-2015-31829.md>)

Original publisher: [Read original article](<https://www.metachris.dev/2015/11/david-beazley-python-concurrency-from-the-ground-up-live-pycon-2015/>)

Author: Chris Hager

Published: 2015-11-13T00:00:00Z

Content type: opinion

Language: en

Sources: [Chris Hager](<https://devfeed.tech/sources/chris-hager.md>)

Topics: [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Python](<https://devfeed.tech/topics/python.md>), [IO](<https://devfeed.tech/topics/io.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [coding](<https://devfeed.tech/tags/coding.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [demo](<https://devfeed.tech/tags/demo.md>), [python](<https://devfeed.tech/tags/python.md>), [talk](<https://devfeed.tech/tags/talk.md>), [video](<https://devfeed.tech/tags/video.md>)

## AI overview

A commentary post recommends David Beazley's 2015 PyCon talk "Python Concurrency From the Ground Up," highlighting its live coding approach to explaining asynchronous I/O library internals and concurrency concepts.

## Source excerpt

Great talk and engaging live coding session "Python Concurrency From the Ground Up" by David Beazley at PyCon 2015! Recommended 47 minutes watch. A few selected quotes: The fact that he walked in and did this demo from scratch while keeping the packed room engaged was incredible. A more comprehensive quote: David Beazley's 2015 PyCon talk on concurrency was one of my favorite talks of the conference, and it was almost all just live coding.