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

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" 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

How To Define A Tuple Of Randint Without Repeating Code?

I often get to use tuples of randint for color-values and such like (a, b, c) = randint(0, 255), ra… Read more How To Define A Tuple Of Randint Without Repeating Code?