Sunday, March 18, 2018

What is SciPy?

SciPy is a Python-based open-source software for science and engineering from SciPy.org.

These are the contents of the core package


Scipy_0

NumpPy 1.14.2 released 2018-03-12

Get the above here:
https://www.scipy.org/scipylib/download.html

NumPy is a basic N-dimensional array package

It has among others:
  • a powerful N-dimensional array object
  • sophisticated (broadcasting) functions
  • tools for integrating C/C++ and Fortran code 
  • useful linear algebra, Fourier transform, and random number capabilities
It is also an efficient multi-dimensional container for data with arbitrary data types. It is licensed under BSD.

Read more here:
https://docs.scipy.org/doc/
SciPy libarary Scientic computing

No comments: