Python 3.14 will/might have shorthand syntax:
```
f(some_value=, other_value=)
```
@shezi Cool, there is another really interesting feature proposed for 3.14: https://peps.python.org/pep-0750/ this will be great for things like htmx where you have to deal with a lot of template partials.