Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2018-web/data/talks/PC-53534.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
36 lines (23 sloc)
1.65 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Brett Cannon" | |
| talk_title: "Replacing Guido" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "community and culture" | |
| - "open source" | |
| talk_abstract: "On July 12, 2018, Guido van Rossum gave himself 'a permanent vacation from being BDFL' with no guidance on how to proceed. This talk will discuss how the Python development team has tried to handle situation and where things currently stand." | |
| talk_details: | | |
| When the [Great Guido Mic Drop](https://mail.python.org/pipermail/python-committers/2018-July/005664.html) occurred, the Python development team was left with no mechanism or guidance to replace Guido's decision-making role. With no succession plan in place, the Python development team has been left to make any and all decisions on how to replace Guido's role in Python's development process (we even have to decide how to decide). | |
| This talk will go over what has transpired since Guido's announcement: | |
| - How we organized ourselves | |
| - The proposed governance models | |
| - How a model will be chosen | |
| - Where things currently stand | |
| # Markdown is supported | |
| about_author: | | |
| Brett is a principal software developer at Microsoft where he works on the [Python extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python). | |
| He lives in Vancouver, BC with his wife and cat who think it’s a bit unhealthy that he not only programs for a living but also as his primary hobby. | |
| # web link will only show if about_author section is present | |
| author_website: 'https://snarky.ca/' |