Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iterable-unpacking

Star * operator on left vs right side of an assignment statement

Unpack to unknown number of variables?

Is there a javascript equivalent to unpack sequences like in python?

Change what the *splat and **splatty-splat operators do to my object

Common Lisp -- List unpacking? (similar to Python)

How are python's unpacking operators * and ** used?

What is with this change of unpacking behavior from Python2 to Python3

Is it possible to assign a default value when unpacking?

Returning tuple with a single item from a function

How to unpack a tuple from left to right?

Semantics of tuple unpacking in python

Unpacking: [x,y], (x,y), x,y - what is the difference?

python iterable-unpacking

Python: Splat/unpack operator * in python cannot be used in an expression?

Python update object from dictionary

python iterable-unpacking

Is 'shift' evil for processing Perl subroutine parameters?

Why is it valid to assign to an empty list but not to an empty tuple?

python iterable-unpacking

Extended tuple unpacking in Python 2

Unpacking tuples in a python list comprehension (cannot use the *-operator)

unpacking an array of arguments in php

Is it possible to return two lists from a function in python