Search code examples
Additional Unpacking Generalizations (PEP 448) with variable number of elements...

pythonpython-3.xiterable-unpackingpeppep448

Read More
Weird unpacking in list comprehension...

pythonpython-3.xlist-comprehensioniterable-unpackingpep448

Read More
asterisk in tuple, list and set definitions, double asterisk in dict definition...

pythonpython-3.xiterable-unpackingpep448

Read More
How to unpack different values depending on number of variables to unpack into...

pythoniterable-unpacking

Read More
Why is my code to swap two elements of a list going wrong?...

pythonpython-3.xswapiterable-unpacking

Read More
Unexpected tuple unpacking, possible scoping issue/confusion...

python-3.xscopeiterable-unpacking

Read More
What is scheme's equivalent of tuple unpacking?...

listschemeracketiterable-unpacking

Read More
How can I unpack tuple when other variables are needed?...

pythonpython-2.7iterable-unpacking

Read More
Why comma separated iterables in for doesn't work like zip?...

pythonpython-3.xiterable-unpacking

Read More
Python terminology: things to left of "= argv" in Learn Python the Hard Way exercise 13...

pythonterminologyiterable-unpacking

Read More
What happened internally during dict unpacking?...

pythonpython-3.xiterable-unpacking

Read More
How to unpack an object as it was a tuple in a for loop?...

pythoniteratorgeneratorpython-3.6iterable-unpacking

Read More
Weird behaviour of generator unpacking in Python...

pythonpython-3.xiteratorgeneratoriterable-unpacking

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

pythontuplesiterable-unpacking

Read More
*_ and Unpacking Elements from Iterables of Arbitrary Length in python...

pythonlisttuplesnaming-conventionsiterable-unpacking

Read More
Python3 dictionary comprehension with sub-dictionary upacking?...

pythonpython-3.xdictionarydictionary-comprehensioniterable-unpacking

Read More
Unpacking different numbers of variables...

pythoniterable-unpacking

Read More
dict comprehension failure - not enough values to unpack...

pythondictionaryiterable-unpacking

Read More
Why can a dictionary be unpacked as a tuple?...

pythonpython-2.7dictionaryiterable-unpacking

Read More
Python syntax for returning both a single unpacked value or multiple packed values from a sequence...

pythonfunctioninputoutputiterable-unpacking

Read More
TypeError: 'int' object is not iterable, why it's happening...

pythonintiterable-unpacking

Read More
Passing a dictionary to a sklearn classifier with base_estimator features...

pythondictionaryscikit-learniterable-unpacking

Read More
Unpacking generator which yields a dictionary...

pythonpython-2.7generatoriterable-unpacking

Read More
how to sum the values in a list for a key in string datatype while having hyphen as one of value...

dictionarytuplespython-itertoolsiterable-unpacking

Read More
Tuple unpacking in list construction (python3)...

pythonpython-3.xpython-3.2iterable-unpacking

Read More
Unpack DataFrame with tuple entries into separate DataFrames...

pythonpandasiterable-unpacking

Read More
Iterable Unpacking Evaluation Order...

pythonvariable-assignmentiterable-unpacking

Read More
Python Function Returning List Objects Out of Order...

pythonpython-3.xlistfunctioniterable-unpacking

Read More
Common Lisp -- List unpacking? (similar to Python)...

pythonlistlispcommon-lispiterable-unpacking

Read More
Efficiently unpack CSV columns into separate lists...

pythoncsvzipiterable-unpacking

Read More
BackNext