A repo for the slides of the talk.
Conference | Slides | Video | Notes | Length | Year |
---|---|---|---|---|---|
PyCon US | ๐ | ๐ | ๐ | 5 min | 2024 |
This talk aims to bring up discussion regarding PEP736 which proposes syntactic sugar for making Pythonโs keyword arguments better.
It gives an intro into what keyword arguments are, and how they lend themselves to safer, refactorable, and more readable code, through comparison to other language constructs.
It then covers the two main proposals by contrasting against the ideal solution, and the a pragmatic approach of using linting instead.
git clone --recurse-submodules
needs to be used when cloning (or git submodule update --init --recursive
if already cloned).cd src/reveal.js && npm install
cd ../../ && ./start