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.
This comment is hidden because it contains spoiler information about the solution
maybe not the sexiest solution out here but by far most readable and easy to trace. thanks!
this looks very cool and the solution is probably great - except I can't understand what "cells = " expressions do... Some comments for newbies like me would be super helpful.
I'm also wondering whether an experienced python dev can easily understand such expressions written by somebody without comments? Just curious.
absolutely amazing and elegant. I'm not a professional dev - I'm wondering if people indeed use such code in large/enterprise teams or go with simple/easier to read lines?
Figuring out how to sort (char_count desc then substring asc) took me 80% of total time spent (python)...
What if I needed to sort (text_field_1 asc then text_field_2 desc) - how would I do it in Python?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution