Scientific Computing

NumPy logo

NumPy

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. NumPy is the fundamental package for scientific computing with Python. It contains among other things: 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 Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data.

Read more →
SciPy (library) logo

SciPy (library)

SciPy a free and open-source Python library used for scientific computing and technical computing. The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. - Official website SciPy refers to several related but distinct entities: * The SciPy ecosystem, a collection of open source software for scientific computing in Python.

Read more →