So here's a small stylistic thing I do.
I wrote a simple Python Class that allows you to define functions and then add them to a pipeline that works similar to how method calls work.
The Pipeline class passes the output of each function to the next in the list.
So here's a small stylistic thing I do.
I wrote a simple Python Class that allows you to define functions and then add them to a pipeline that works similar to how method calls work.
The Pipeline class passes the output of each function to the next in the list.
Me: "Well...that depends on what counts..."
Me: "Well...that depends on what counts..."