How-to articles, tricks, and solutions about SCIPY
Error "Import Error: No module named numpy" on Windows
This error message indicates that the Python interpreter is unable to find the numpy module, which is likely because it is not installed on your system.
How do I read CSV data into a record array in NumPy?
You can use the numpy.genfromtxt() function to read CSV data into a NumPy record array.