sfermigier / awesome-functional-python

A curated list of awesome things related to functional programming in Python.
2.31k stars 136 forks source link

Talk + library: PyCon 2022 #27

Closed vickumar1981 closed 2 years ago

vickumar1981 commented 2 years ago

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!

sfermigier commented 2 years ago

Cool, thanks. I'll watch the vid when I have the time.