Looping with Python in XSI
June 20th, 2005 by Bernard Lebel. Viewed 4496 times.There are many ways to loop in programming, each programming langage offering their own flavors of looping techniques. In this articles I will explore few of the Python one, and see how they perform in XSI. The techniques I will test are: the built-in map() function, the classic for loop (both over a sequence and with an index), the list comprehension, as well as various other methods of retrieving information in the XSI scene.




