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.
Start with this great guy https://en.wikipedia.org/wiki/Alonzo_Church
ok
This code was probably written in Python 2.
it should return a filter object, not a list. Need to use list()
great approach
I like lambdas, they make code shorter and look nice. But isn't it against PEP to use lambda function where list comprehension can be used?
I am a Python begineer. Where can I learn Lambda functions in detail?