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-55520.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (18 sloc)
1.88 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: "Dustin Ingram" | |
| talk_title: "PEP 572: The Walrus Operator" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "internals" | |
| - "community and culture" | |
| talk_abstract: "In this talk, we'll learn about a highly controversial proposed change to Python syntax, the rationale for it, and the fallout as the result of it." | |
| talk_details: "# Description | |
| This talk aims to be a level-headed and rational discussion of a recently proposed syntax change to Python that created intense debate, disagreement, and eventually led our BDFL to take a 'permanent vacation'. | |
| Along the way we'll go in-depth on how new ideas about Python are proposed, discussed, and become part of the language, what's unique about Python's process compared to other open source projects, and recent developments and what they mean for the future of the wider Python community. The goal is to give the average Python user an understanding of how Python evolves, problems with the existing process, and how we can solve it. | |
| In the end, attendees should come away with not only an understanding of PEP 572 and the Python governance model, but also gain an understanding of ways in which this process can fail and even become harmful to the people involved, and how we, as users of open source software, can be better stewards of our language and better supporters of the volunteers who we depend on." | |
| # Markdown is supported | |
| about_author: "Dustin is a Developer Advocate at Google, focused on supporting the Python community on the Google Cloud Platform. He's also a member of the Python Packaging Authority, a maintainer of PyPI, and organizer for the PyTexas conference." | |
| # web link will only show if about_author section is present | |
| author_website: "https://twitter.com/di_codes" |