Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tuples

Append a tuple to a list - what's the difference between two ways?

python list types append tuples

Is there a name for this tuple-creation idiom?

Using Python's list index() method on a list of tuples or objects?

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

JSON serialize a dictionary with tuples as key

python json tuples

Swift: Multiple intervals in single switch-case using tuple

Add another tuple to a tuple of tuples

python tuples

Decomposing tuples in function arguments

scala function tuples

Using tuples in SQL "IN" clause

Should I make a DateRange object?

.net model tuples date-range

Convert RGB color to English color name, like 'green' with Python

python css image colors tuples

Haskell: how to map a tuple?

haskell mapping tuples

Will a future version of .NET support tuples in C#?

Using Tuples in Ruby?

ruby tuples relational

Why does splatting create a tuple on the rhs but a list on the lhs?

Elegant way to perform tuple arithmetic

python python-2.7 numpy tuples

std::tuple sizeof, is it a missed optimization?

Tuple pairs, finding minimum using python

python tuples min

Why is Scala's syntax for tuples so unusual?

C++17: Keep only some members when tuple unpacking

c++ tuples c++17