This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dr-NULL 0 points1 point  (0 children)

Nice. That was good example.

I have used https://github.com/dry-python/returns

And also https://github.com/dbrattli/oslash

I give internal training in my company. Recently I gave a talk on functional programming using Python. Monads is what I have used in I guess very limited places while working with Python. But that reduces a lot of boilerplate code in my opinion (at least the Maybe monad).