[$] An introduction to SciPy

Post Syndicated from original https://lwn.net/Articles/842964/rss

SciPy is a collection of Python
libraries for scientific and numerical computing. Nearly every serious user
of Python for scientific research uses SciPy. Since Python is popular across
all fields of science, and continues to be a prominent language in some
areas of research, such as data science, SciPy has a large user
base. On New Year’s Eve, SciPy
announced
version 1.6
of the scipy library, which is the central
component in the SciPy stack. That release gives us a good opportunity to delve
into this software and give
some examples of its use.