105 | | == Variable/Enum/Functions Names == |
| 105 | === !NumPy/SciPy === |
| 106 | !NumPy and !SciPy are used extensively in the Python interface to ISSM to replicate MATLAB-native functionality. When translating modules or tests, for example, from MATLAB to Python, the following sources may come in handy: |
| 107 | - [https://numpy.org/devdocs/user/numpy-for-matlab-users.html NumPy for Matlab users | NumPy] |
| 108 | - [http://mathesaurus.sourceforge.net/matlab-numpy.html NumPy for MATLAB users | mathesaurus.sourceforge.net] |
| 109 | |
| 110 | == !Variable/Enum/Function Names == |