Search code examples
Assigning values to multiple names...

pythonpython-2.7variablesiterable-unpacking

Read More
Meaning of using commas and underscores with Python assignment operator?...

pythonsyntaxiterable-unpacking

Read More
star unpacking for own classes...

pythonclasspython-3.xiterable-unpacking

Read More
Python style for line length and format when unpacking many return values...

pythonpep8iterable-unpackingargument-unpacking

Read More
Squashing tuples from (a,(b,c)) to (a,b,c) in fsharp...

f#tuplesinlineiterable-unpacking

Read More
Unpacking tuple directly into class in scala...

scalaiterable-unpacking

Read More
Python itertools: Best way to unpack product of product of list of lists...

pythonpython-itertoolsflatteniterable-unpacking

Read More
"Unpacking" in C...

pythoncunpackiterable-unpacking

Read More
Python : Splitting a value into two and assigning into two different variable...

pythonpython-3.xsplititerable-unpacking

Read More
Destructuring/Unpacking first and rest in Clojure...

python-3.xclojureiterable-unpacking

Read More
Python: Assign variables from array...

pythonlistiterable-unpacking

Read More
Unpacking over multiple lines with style...

pythonpython-2.7coding-styleiterable-unpacking

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

pythoniterable-unpacking

Read More
A Function Returns a List with one Value. How to assign it?...

pythoncoding-styleiterable-unpacking

Read More
Why is 'Extended Iterable Unpacking' not working for empty strings?...

pythonpython-3.xiterable-unpacking

Read More
Map not unpacking tuples...

pythonpython-2.7dictionaryiterable-unpacking

Read More
How to unpack tuple of length n to m<n variables...

pythoniterable-unpacking

Read More
Unpack a given number of items in Python?...

pythoniterable-unpacking

Read More
Unpacking specific indexes...

pythonsliceiterable-unpacking

Read More
How to unpack a tuple into more values than the tuple has?...

pythonpython-3.xtuplesiterable-unpacking

Read More
Assigning multiple variables in Haskell...

haskelliterable-unpacking

Read More
Passing a collection argument without unpacking its contents...

pythonargumentsiterable-unpacking

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

pythonpython-2.7python-3.xdifferenceiterable-unpacking

Read More
Curious tuple-unpacking...

pythonpython-2.7iterable-unpacking

Read More
Assign fixed number of variables to elements in variable length list...

pythonvariable-assignmentiterable-unpacking

Read More
Using * idiom to unpack arguments when using map()...

pythondictionaryiterable-unpacking

Read More
Returning tuple with a single item from a function...

pythonfunctionreturn-valueiterable-unpacking

Read More
Python: Is there syntax-level support for unpacking, from tuples, the arguments to an *anonymous* fu...

pythonlambdacoding-stylelanguage-designiterable-unpacking

Read More
q, w = 1, 2 if 1 < 2 else 2, 1; ValueError: too many values to unpack. Why?...

pythonif-statementiterable-unpacking

Read More
Unpack only the first few columns from the CSV reader?...

pythoncsviterable-unpacking

Read More
BackNext