Skip to content

Commit

Permalink
Created the concept file scipy.md (#5876)
Browse files Browse the repository at this point in the history
* Created the concept file

* Update scipy.md

* Update scipy.md

minor fix

---------
  • Loading branch information
dakshdeepHERE authored Dec 20, 2024
1 parent a198871 commit 8c84a29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/scipy/scipy.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 8c84a29

Please sign in to comment.