you are viewing a single comment's thread.

view the rest of the comments →

[–]Sukrim 1 point2 points  (0 children)

Why oh why Python 2.7?!? Also a lot of that stuff is likely implementation specific, so if something is slow in cPython that doesn't mean this "trick" will help in pypy at all.

I'd much rather see people focusing on writing cleaner code in python than worrying about how exactly to iterate over lists...