diff --git a/content/scipy/scipy.md b/content/scipy/scipy.md new file mode 100644 index 00000000000..0187279f9d9 --- /dev/null +++ b/content/scipy/scipy.md @@ -0,0 +1,10 @@ +--- +Title: 'SciPy' +Description: 'SciPy is a Python-based library that builds on NumPy’s array operations to provide a wide range of mathematical, scientific, and engineering tools.' +Codecademy Hub Page: 'https://www.codecademy.com/catalog/subject/data-science' +CatalogContent: + - 'learn-data-science' + - 'paths/data-science-foundations' +--- + +**`SciPy`** is a widely used open-source [Python](https://www.codecademy.com/enrolled/courses/learn-python-3) library that provides various scientific and numerical computing tools. Built on top of [NumPy’s](https://www.codecademy.com/resources/docs/numpy) robust array manipulation capabilities, SciPy extends Python with specialized modules for tasks such as optimization, signal processing, integration, statistics, image processing, and more. Its goal is to combine a consistent collection of high-level mathematical functions and algorithms so scientists, engineers, and data analysts can perform advanced computations efficiently, often without switching to lower-level languages like [C](https://www.codecademy.com/resources/docs/c).