Re: [Cython] [Pyrex] ANN: Pyrex 0.9.7

Jim Kleckner <[email protected]> Sat, 10 May 2008 13:27:30 -0700
Newsgroups gmane.comp.python.cython.devel,gmane.comp.python.pyrex
Message-ID <[email protected]>
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).