Oh the amazing things you can do with Numpy. NumPy is a blazing fast maths library for Python with a heavy emphasis on arrays. It allows you to do vector and matrix maths within Python and as a lot of the underlying functions are actually written in C, you get speeds that you would never reach in …
[Read more...] about An Introduction to Scientific Python – NumPy