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.
Good point :), nice.
I absolutely agree. Thanks for the comment. Even better, I can use
enumerate
instead ofindex
:I didn't go through your entire solution, but glancing over your code, you could've made the
tobase64
a string rather than a dictionary:I'm sure I am not the only one that dislikes lines over 80 characters long, let alone a dictionary 450 characters long on a single line.