Python Snacks
Advertise
Contact
Login
Subscribe
Python Snacks
Topics
best-practices
best-practices
Recommended or community-endorsed ways to write clean, maintainable code.
best-practices
pythonic thinking
beginner
functions
data structures
tool-review
advanced
tooling
workflow
breakdown
checklist
intermediate
quick win
control flow
best-practices
best-practices
+2
+2
Dec 06, 2023
Letting Python Do the Heavy Lifting: A Dive into *args and **kwargs
Want more fexibility in your code? Leveraging *args and **kwargs may be the key.
Brandon Molyneaux