* and ** in Python

A short tutorial on the splat operators * and ** in Python: link. In summary, * unpacks positional arguments, while ** unpacks keyword arguments.


You'll only receive email when they publish something new.

More from Spark Tseung
All posts