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.
I am just wondering if this type of 'all code on one line' approach is common among python users. When I look at other people's code (most of my life), I definitely appreciate things being pulled apart thoroughly so that what each line does is extremely trivial. I don't know it just took me a long time to understand what was happening in these examples.