The most in depth article about the Zen of Python with a most authentic commentary. It sharpens your Pythonic insights. (more…)
Read more »
The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Pyt... (more…)
Read more »
In the previous parts of this series we studied the core of the CPython interpreter and saw how the most fundamental aspects of Python are... (more…)
Read more »
Regular expressions can be arcane, yet when used with care they can also be very powerful. In this post a couple of tips to get more out of your regexes when using Python's re module. (more…)
Read more »
This is the personal website of a data scientist and machine learning enthusiast with a big passion for Python and open source. Born and raised in Germany, now living in East Lansing, Michigan.
Read more »