NumPy on Ubuntu 22.04
作成者: Apps4Rent LLC
In this product NumPy is installed on Ubuntu 22.04
NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.
NumPy is the open source project. Pandas is also installed in this image since there are a few functions that exist in NumPy that we use on pandas DataFrames.
Key features of Numpy:
- Multidimensional Arrays.
- It contains tools for integrating code from other languages.
- Open-source.
- Efficient Element-wise Operations.
To check the installation and version of the NumPy perform the steps below after updating the machine:
- Update the machine with: sudo apt-get update
- i) sudo su
- ii) cd /root
- iii)source my-env/bin/activate, my-env is the virtual environment created to install NumPy.
- iv) pip show numpy
Disclaimer: Apps4Rent does not offer commercial licenses of any of the products mentioned above. The products come with open source licenses.
Default ports:
- SSH: 22
Learn More: