top of page
Search

NumPy & Scipy on Raspberry PI

  • Writer: V K
    V K
  • Jan 1, 2021
  • 1 min read

NumPy & SciPy are free and open-source Python libraries. These are useful for multiple functioning. The complete process available here. Just go through it!!

🔴NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

🟢SciPy is a free and open-source Python library used for scientific computing and technical computing. SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing, ODE solvers, and other tasks common in science and engineering.

🟠Both NumPy and SciPy are Python libraries used for used mathematical and numerical analysis. NumPy contains array data and basic operations such as sorting, indexing, etc whereas, SciPy consists of all the numerical code.


Command:- sudo apt-get update

sudo apt full-upgrade

sudo apt-get install python3-numpy

sudo apt-get install python3-scipy



🔥🔥Note:- During installation, if there will be any Error then please use the same command again on the pi terminal !!!

 
 
 

Comments


bottom of page