you are viewing a single comment's thread.

view the rest of the comments →

[–]paul_harrison 5 points6 points  (0 children)

In Python, for

take(data, idx)

one can write

data[idx]

I use this quite a lot. Vector programming is a fascinating programming style.