Python Dataflow Programming

Date March 27, 2008 by Isaac

Dataflow programming is something new to me.  Lately I’ve been looking up articles and information about this programming paradigm.  In a sense I suppose that I am familiar with the concepts.  In Linux I use the pipe “|” a lot to pump data from one program to another.  Each program in the stage alters the [...]