Pydon'ts

Write elegant Python code

A series of articles that teaches you how to make the best use of the core Python features. The Pydon'ts are available as an e-book that you can read for free below.

In this Pydon't I talk about Python style and I go over some tools you can use to help you remain within a consistent style.

In this Pydon't I show you why refactoring is important and show you how to do it in little steps, so that it doesn't become too overwhelming.

Does elegance matter when writing computer programs..?