Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iterable-unpacking

Why can a dictionary be unpacked as a tuple?

Ignore part of a python tuple

Django - How to do tuple unpacking in a template 'for' loop

Why is Scala's syntax for tuples so unusual?

Type hints when unpacking a tuple?

Understanding *x ,= lst

pandas apply function that returns multiple values to rows in pandas dataframe

Python tuple unpacking in return statement

Tuple Unpacking in Map Operations

Getting only element from a single-element list in Python?

Unpacking, extended unpacking and nested extended unpacking

"unpacking" a tuple to call a matching function pointer

What does the star and doublestar operator mean in a function call?