In this tutorial, I show how to setup Python and the necessary modules/packages/libraries such as SciPy, Numpy, and SymPy for scientific computing.
Python Download Link: https://www.python.org/downloads/wind...
PIP (get-pip.py): https://www.liquidweb.com/kb/install-...
Installation commands:
Numpy: pip install 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. https://www.numpy.org/
Scipy: pip install scipy
SciPy is a free and open-source Python library used for scientific computing and technical computing. https://www.scipy.org/
Sympy: pip install sympy
SymPy is a Python library for symbolic computation. https://www.sympy.org/en/index.html
Matplotlib: pip install matplotlib
Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. https://matplotlib.org/