Stefan Behnel wrote: > Brian Blais wrote: >> In python, I am used to syntax: >> >> for var in stuff: >> >> where my eye finds "var" and then "stuff", so I first find out the >> relevant variable, and then the values it will take. +1 to the value of seeing the "var" first and being more consistent with Python (being more Pythonic).