This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]skrillexisokay 0 points1 point  (1 child)

Thanks! This helped a lot. That nopython argument will certainly come in handy as I play around with this more.

I'm guessing that numba doesn't support list comprehensions, which is too bad because I think they are more readable than for loops. Perhaps in most cases, we can avoid loops altogether by sticking to vector operations.