Event Sourced Building Blocks for Domain-Driven Design with Python

A pattern language for event sourced applications and reliable distributed systems. Examples written in the Python programming language. Now includes a solid introduction to the event-oriented process philosophy of Alfred North Whitehead — the "m… Read more

Similar

Python’s Builtin Map Function

In this article, we'll take a look at Python's stream processing utility function, map. This function can enable us to write powerful list/stream-processing routines that can be easy to read and understand. (more…)

Read more »