Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amyreese/pycon
Python conference talks
https://github.com/amyreese/pycon
example-code examples pycon python python3
Last synced: 4 days 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T01:26:14.000Z (28 days ago)
- Last Synced: 2024-11-09T03:15:01.827Z (11 days ago)
- Topics: example-code, examples, pycon, python, python3
- Language: Python
- Homepage:
- Size: 18.5 MB
- Stars: 47
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amethyst's Python Talks and Examples
## Python 3.13 is Kind of a Big Deal
As seen at [Pyninsula](https://pyninsula.org/) #34,
hosted by Snowflake in San Mateo, CA:![Title slide](https://raw.githubusercontent.com/amyreese/pycon/main/thumbnails/python-313-is-a-big-deal.png)
* [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:
![Title slide](https://raw.githubusercontent.com/amyreese/pycon/master/thumbnails/open-source-easy-mode.png)
* [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:
> [![Title Slide](https://raw.githubusercontent.com/amyreese/pycon/main/thumbnails/what-is-a-coroutine.png)](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:
> ![[Title Slide](https://www.dropbox.com/s/m3118hs1vf9cyfx/Friendly%20and%20Modern%20AsyncIO%20with%20notes.pdf?dl=0)](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:
> ![[Title Slide](https://www.dropbox.com/s/6sgkqq0bgw98xg8/Taming%20the%20Wild%20West%20of%20Python%20Packaging%20with%20notes.pdf?dl=0)](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:
> [![Refactoring Code with the Standard Library](http://img.youtube.com/vi/KxWsM9Kh1FY/0.jpg)](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:
> [![Refactoring Code with the Standard Library](http://img.youtube.com/vi/9USGh4Uy-xQ/0.jpg)](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:
> [![Thinking Outside the GIL](http://img.youtube.com/vi/0kXaLh8Fz3k/0.jpg)](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)