InterviewSolution
| 1. |
Why Should I Use Numpy Rather Than Idl, Matlab, Octave, Or Yorick? |
|
Answer» As always, you should CHOOSE the programming TOOLS that suit your problem and your environment. Advantages many people cite are that it is open-source, it doesn’t cost anything, it uses the general-purpose language (Python) rather than a sui generisprogramming language, and it is relatively EASY to connect existing C and Fortran code to the Python INTERPRETER. As always, you should choose the programming tools that suit your problem and your environment. Advantages many people cite are that it is open-source, it doesn’t cost anything, it uses the general-purpose language (Python) rather than a sui generisprogramming language, and it is relatively easy to connect existing C and Fortran code to the Python interpreter. |
|