Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Very pythonic. Thanks!
Is it fair to say "know your code reviewer, know your devOps" when determining readability?
And now I've read something new ... the asterisk (splat or unpack operator) will iterate over an iterable and serve one element at a time. Using a double-asterisk will iterate over a key-value iterable and serve up one key-value pair at a time.
Point made earlier that this is clever but not necessarily the most readable.