Archive for June 16th, 2005



Messing around with something beautiful

June 16th, 2005 by Patrick Boucher. Viewed 2087 times.

The Python language has rather strict indentation rules. These rules exist because the indentation is actually part of the language syntax and is used to define blocks of code. But sometimes, maybe sometimes, you’d like to be able to indent things the way you like. An example of this is PPG layout code in XSI [...]