def foo(mylist):
    magic  = 0
    for i in range(len(mylist)-1):
...

Python Two loops on list

by Tafkas, October 20, 2011 03:19, 2 refactorings, tagged with loop, list

I want to apply some calcul...

693a4661eaa71435ce5ebe61de64c5a4 Talk
[1]

{
...

Python Mapping confobject to objec...

by hyposaurus, June 01, 2009 13:21, 2 refactorings, tagged with loop

I am mapping objects (count...

D41d8cd98f00b204e9800998ecf8427e Talk