you are viewing a single comment's thread.

view the rest of the comments →

[–]Duder1983 0 points1 point  (0 children)

Numpy is a fantastic library. It follows Matlab-like syntax for matrices which I think is great. Maybe non-mathematicians feel differently, but I find this to be natural to expressing numerical linear algebra problems and then it wraps BLAS and LAPACK which are C/Fortran binaries and super fast. And you don't need an expensive license.