How to do (very) fast iterations in Python
dingo | October 18, 2011As I am currently working on my master’s thesis in astronomy, I regularly have to handle large amounts of data. Fortunately tools, such as NumPy, SciPy and numexpr, have been developed to make it easy to do computations on large dataset very fast.
A few days ago, however, I found myself needing to do a plain old for-loop…
Read the rest of this entry »





