[Numpy-discussion] 100 Numpy exercices

2014-05-26 Thread Nicolas Rougier
Hi all, I've updated the numpy exercices collection and made it available on github at: https://github.com/rougier/numpy-100 These exercices mainly comes from this mailing list and also from stack overflow. If you have other examples in mind, do not hesitate to make a pull request. The maste

[Numpy-discussion] Fortran 90 Library and .mod files numpy.distutils

2014-05-26 Thread Onur Solmaz
I am building a Fortran 90 library and its extension. .mod files get generated inside the build/temp.linux-x86_64-2.7/ directory, and stay there; so when building the extension, the compiler complains that it cannot find the modules This is because the include paths do not have the temp directory.