Blog

Python's timeless principles of good software

$ python -c 'import this' The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than …

Blog

Less is more and the magic number is four

Remember this posts title. It not only rhymes. It's the law! Sometimes the truth is a bit counterintuitive. Conventional thinking is that more is better. More features. More …

Blog

Good design is harder than it looks

A few months ago I worked a couple weeks on a new website design. Just to be clear website design isn't one of my specialties. Not be a long shot. I'm much more of an engineer at …

Blog

Practical guidelines for beautiful Python code

Every now and then Liraz and I find ourselves chatting about how much we love Python, but more so the lessons we have learned from coding, and how to apply them to create …

Blog

On good web design

A few months ago I was looking for ways to improve the TurnKey web site. I spent a lot of time researching good web site design online by: studying the theory of web site design …