The Snake in the Tar Pit: Complex Systems with Python
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. ... That is how the Zen of Python motivates us Python programmers to build software that is easy to maintain and extend. In reality however, after years of development, we often end up with systems that are quite the opposite: large code bases, slow turn around times, and brittle operations. In this talk we will explore software design methodologies that can help to prevent this from happening. We will have a closer look at seminal work by computer scientists that has proven to be useful in practice. This includes: Out of the Tar Pit by Ben Moseley and Peter Marks End-to-End Arguments in System Design by Saltzer et al. Programming Pearls by Jon Bentley A conference talk is clearly not sufficient to cover the breath of the mentioned literature. Main goal of the talk is therefore to illustrate a few key messages using examples from real-world Python projects.