Continuing with how to write more Pythonic code, we look at using named arguments when calling functions (callables in general). I also make the case for defining your own functions to force this using keyword-only parameters.
#mathbyteacademy #python
Code for this Video
===================
Available in GitHub blog repo: [ Ссылка ]
Direct link: [ Ссылка ]
My Python Courses
=================
- Python 3 Fundamentals (introduction to Python)
[ Ссылка ]
- Pydantic V2: Essentials
[ Ссылка ]
- Python 3 Deep Dive (Part 1 - Functional)
[ Ссылка ]
- Python 3 Deep Dive (Part 2 - Iteration, Generators)
[ Ссылка ]
- Python 3 Deep Dive (Part 3 - Hash Maps)
[ Ссылка ]
- Python 3 Deep Dive (Part 4 - OOP)
[ Ссылка ]
Ещё видео!