awesome-functional-python icon indicating copy to clipboard operation
awesome-functional-python copied to clipboard

Talk + library: PyCon 2022

Open vickumar1981 opened this issue 2 years ago • 0 comments

Hi. would you mind adding my talk and library to this list?

I've used some of these libraries before like pymonad, but I didn't really want the base classes like functor, associative, etc. I just wanted the following Monads - Try, Either, Option, etc., so I made a small library for it.

Talk: https://www.youtube.com/watch?v=x7sQVLO3JJA Library: https://github.com/vickumar1981/pyeffects Docs: https://pyeffects.readthedocs.io/en/latest/?badge=latest

Thanks!

vickumar1981 avatar Aug 24 '22 20:08 vickumar1981