Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iterable-unpacking

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

Python star unpacking for version 2.7

python iterable-unpacking

What does *tuple and **dict mean in Python? [duplicate]

How do I convert a tuple of tuples to a one-dimensional list using list comprehension? [duplicate]

Is it possible to unpack a tuple in Python without creating unwanted variables?