https://github.com/amyreese/pycon
Python conference talks
https://github.com/amyreese/pycon
example-code examples pycon python python3
Last synced: about 1 month ago
JSON representation
Python conference talks
- Host: GitHub
- URL: https://github.com/amyreese/pycon
- Owner: amyreese
- License: mit
- Created: 2018-08-02T04:13:22.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T17:04:16.000Z (10 months ago)
- Last Synced: 2025-09-30T04:30:53.306Z (6 months ago)
- Topics: example-code, examples, pycon, python, python3
- Language: Python
- Homepage:
- Size: 56 MB
- Stars: 57
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amethyst's Python Talks and Examples
## Or Else! An exploration of obscure control flow
[](https://youtu.be/jRIkhLVGq9o)
As seen at [North Bay Python 2025](https://2025.northbaypython.org):
* [Video](https://youtu.be/jRIkhLVGq9o)
* [Slides (with notes)](https://raw.githubusercontent.com/amyreese/pycon/main/slides/or-else-nbpy-2025.pdf)
As seen at [PyCon US 2025](https://us.pycon.org/2025/schedule/presentation/85/):
* [Slides (with notes)](https://raw.githubusercontent.com/amyreese/pycon/main/slides/or-else-pycon-2025.pdf)
## Python 3.13 is Kind of a Big Deal
As seen at [Pyninsula](https://pyninsula.org/) #34,
hosted by Snowflake in San Mateo, CA:

* [Slides (with notes)](https://raw.githubusercontent.com/amyreese/pycon/main/slides/python-313-is-a-big-deal.pdf)
## Open Source on Easy Mode
As seen at PyCon US 2022 in Salt Lake City, UT:

* [Slide desk (with notes)](https://raw.githubusercontent.com/amyreese/pycon/main/open-source-easy-mode/slides-with-notes.pdf)
* [References and example project](https://github.com/amyreese/pycon/tree/main/open-source-easy-mode)
## What *is* a Coroutine Anyways?
As seen at North Bay Python 2019 in Petaluma, CA:
> [](https://www.youtube.com/watch?v=GSiZkP7cI80)
* [Slide deck (with speaker notes)](https://github.com/amyreese/pycon/raw/main/what-is-a-coroutine/slides-with-notes.pdf)
* [Example code](https://github.com/amyreese/pycon/tree/main/what-is-a-coroutine)
## Friendly and Modern AsyncIO
Workshop from Pycon US 2019 in Cleveland:
> ](https://raw.githubusercontent.com/amyreese/pycon/master/thumbnails/friendly-asyncio.jpg)
* [Example code](https://github.com/amyreese/pycon/tree/master/friendly-asyncio)
* [Slide deck](https://speakerdeck.com/jreese/friendly-and-modern-asyncio)
* [Slide deck (including speaker notes)](https://www.dropbox.com/s/m3118hs1vf9cyfx/Friendly%20and%20Modern%20AsyncIO%20with%20notes.pdf?dl=0)
## Taming the Wild West of Python Packaging
Lightning talk from Maintainer Summit at Pycon US 2019:
> ](https://raw.githubusercontent.com/amyreese/pycon/master/thumbnails/taming-the-wild-west.jpg)
* [Slide deck](https://speakerdeck.com/jreese/taming-the-wild-west-of-python-packaging)
* [Slide deck (including speaker notes)](https://www.dropbox.com/s/6sgkqq0bgw98xg8/Taming%20the%20Wild%20West%20of%20Python%20Packaging%20with%20notes.pdf?dl=0)
## Refactoring Code with the Standard Library
As seen at North Bay Python 2018 in Petaluma:
> [](https://youtu.be/KxWsM9Kh1FY "North Bay Python 2018 - Amethyst Reese - Refactoring Code with the Standard Library")
### Resources
* [Bowler](https://pybowler.io)
* [Example code](https://github.com/amyreese/pycon/tree/master/refactoring)
* [lib2to3](https://github.com/python/cpython/tree/master/Lib/lib2to3)
* [fissix](https://github.com/amyreese/fissix)
* [Slide deck](https://speakerdeck.com/jreese/refactoring-code-with-the-standard-library-nbpy-2018)
As seen at PyCon Australia 2018 in Sydney:
> [](https://youtu.be/9USGh4Uy-xQ "PyCon Australia 2018 - Amethyst Reese - Refactoring Code with the Standard Library")
* [Slide deck](https://speakerdeck.com/jreese/refactoring-code-with-the-standard-library)
## Thinking Outside the GIL
As seen at PyCon US 2018 in Cleveland:
> [](http://www.youtube.com/watch?v=0kXaLh8Fz3k "PyCon 2018 - Amethyst Reese - Thinking Outside the GIL with AsyncIO and Multiprocessing")
### Resources
* [aiomultiprocess](https://github.com/amyreese/aiomultiprocess)
* [Slide deck](https://speakerdeck.com/jreese/thinking-outside-the-gil-2)