News

A Python for loop gotcha When iterating over the elements of an object in a for loop, don’t do anything that would alter the members or length of the sequence.
Perhaps not. Consider [Tushar Sadhwani] who wanted to create a classic C-style for loop inside of Python. He did it, and the journey is perhaps more interesting than the result.