Читать книгу Earth Observation Using Python - Rebekah B. Esmaili - Страница 27
2.2.1 NumPy
ОглавлениеNumPy is the fundamental package for scientific computing with Python. It can work with multidimensional arrays, contains many advanced mathematical functions, and is useful for linear algebra, Fourier transforms, and for generating random numbers. NumPy also allows users to encapsulate data efficiently. If you are familiar with MATLAB, you will feel very comfortable using this package.