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.
For Python, I think it may be a good idea to include gmpy2 and pycrypto libraries since Python has very little built-in crypto (just hashlib and hmac). gmpy2 is also really useful for working with extremely large numbers and modular arithmetic, handling some things that numpy alone cannot really do.
I agree, and testing the equality of dictionaries shouldn't depend on the order of keys.
Ha! I love this one!
Agreed!