kracekumar / python-typing-koans

Python typing koans to learn type-hints in Python3 using Mypy
119 stars 10 forks source link

`dry-python` koans: `returns` and `classes` #15

Open sobolevn opened 3 years ago

sobolevn commented 3 years ago

My might say that dry-python/returns is one of the most typing-intensive project in Python-land. It might be a good idea to add some expert-level koans about it. Like:

classes can also be useful if one wants to work with typeclasses in Python: https://sobolevn.me/2021/06/typeclasses-in-python

I don't have the timing capacity to contribute this myself, but I would love to help 🙂

kracekumar commented 3 years ago

Thanks. I'll take a look at it. In the next round of koans addition, I'll consider adding these.

Thank you for writing about these and creating these fantastic libraries. 👍🏾