Introduction
Explore the fundamentals of SciPy in this introductory lesson to scientific algorithms. Understand how SciPy builds on NumPy for tasks like integration, interpolation, and optimization. Gain familiarity with its role in scientific computing to support your data analysis and numeric programming needs.
We'll cover the following...
We'll cover the following...
What is SciPy?
If you are a scientist, researcher, or a student doing any kind of data analysis or numeric programming, then Python is worth investing some time in, even just the basics.
Like NumPy, SciPy is stable, mature, and widely used. Many SciPy routines are thin wrappers around industry-standard Fortran libraries such as LAPACK, BLAS, etc. ...