Skip to content Skip to sidebar Skip to footer
Showing posts with the label Iterable Unpacking

"unpacking" In C

I am working on rewriting a script from python to C. I'm relatively new to C. I have a variable… Read more "unpacking" In C

Python Futures And Tuple Unpacking

What is an elagant/idiomatic way to achieve something like tuple unpacking with futures? I have cod… Read more Python Futures And Tuple Unpacking

Unpacking Iterables In Python3?

Why is this returning in sort_tup_from_list for key, val in tup: ValueError: not enough values to u… Read more Unpacking Iterables In Python3?

Unpack To Unknown Number Of Variables?

How could I unpack a tuple of unknown to, say, a list? I have a number of columns of data and they … Read more Unpack To Unknown Number Of Variables?