Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4724 days ago | link | parent

I had no idea python slices could take steps!

http://docs.python.org/release/2.3/whatsnew/section-slices.h...



1 point by Pauan 4724 days ago | link

Yeah, Python is actually pretty good at dealing with lists, given how it has slices + steps, list comprehensions, etc. It also has a bunch of neat stuff for dealing with iterators, which I consider to be one of the strengths of Python. So let's steal the good stuff and put it into Arc, shall we?

-----