Simple Python Pipes and Filters
Inspired by the Enterprise Integration pattern of ‘pipes and filters‘ I wanted to make a simple python pipes and filters example. With some digging I found this GitHub repository, which does an excellent job breaking down the message-based approach to Object Oriented Programming described in a series of blog posts: 1, 2, 3. To explore… Read More »