A repo for resources of the talk.
| Conference | Slides | Video | Notes | Length | Year |
|---|---|---|---|---|---|
| PyCon AU | π | π | π | 30 min | 2025 |
| Canberra Python User Group | π | π | π | 30 min | 2025 |
| PyCon US | π | π | π | 5 min | 2025 |
| SF Python Meetup | π | π | π | 30 min | 2025 |
From default args, to **kwargs, and everything in-between, Pythonβs comprehensive argument system lends itself to some of the most effective code, through encouraging readability, reuse, and easy refactoring.
But is that really true? Why, and why not?
What could we learn from other languages?
And what else could lie in their future?
In this session, Evan will give a rundown of Pythonβs comprehensive function argument system and how its features allow for safety, conciseness, and expressiveness (whether youβre calling or writing functions).
Heβll then give examples for where that system lacks, where it could bite you, and give suggestions for what more could be done on Python code to fix those limitations.
git clone --recurse-submodules needs to be used when cloning (or git submodule update --init --recursive if already cloned).cd src/reveal.js && npm installcd ../../ && ./start