↧
Answer by Stuart for Functional pipeline using python with advance operators
Although this library is intended to facilitate FP in Python, it's not clear whether the library itself should be written using lots of FP.This is one way to implement using classes (based on the list...
View ArticleFunctional pipeline using python with advance operators
I am following the PyData talk in https://youtu.be/R1em4C0oXo8, the presenter whows a library for pipeling call yamal. This library is not open source. So, In my way of learning FP in python, I tried...
View Article