← 返回首页
fix scipy meta desc · pythonthings/fullstackpython.com@4896ba2 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 4896ba2

Browse files
committed
fix scipy meta desc
1 parent f440ce7 commit 4896ba2

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

‎content/pages/03-data/19-scipy.markdown‎

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,33 @@ slug: scipy
44
sortorder: 0319
55
toc: False
66
sidebartitle: SciPy
7-
meta: SciPy
7+
meta: SciPy is an umbrella project for many open source data analysis libraries such as NumPy, pandas and Matplotlib.
88

99

1010
# SciPy
11+
[SciPy](https://www.scipy.org/) is a collection of open source code libraries
12+
for math, science and engineering. [NumPy](/numpy.html),
13+
[Matplotlib](/matplotlib.html) and [pandas](/pandas.html) are libraries
14+
that fall under the SciPy project umbrella.
15+
16+
[Blaze](http://blaze.pydata.org/) is a similar, but separate, ecosystem
17+
with additional tools for wrangling, cleaning, processing and analyzing data.
1118

1219

1320
### SciPy resources
14-
* [SciPy Lecture notes](http://www.scipy-lectures.org/)
21+
Take a look at the individual pages for [NumPy](/numpy.html),
22+
[Matplotlib](/matplotlib.html) and [pandas](/pandas.html) for tutorials
23+
specific to those projects. The following resources are broader walkthroughs
24+
for the SciPy ecosystem:
25+
26+
* [SciPy Lecture notes](http://www.scipy-lectures.org/) goes into the
27+
overall Python scientific computing ecosystem and how to use it.
28+
29+
* The [SciPy Cookbook](http://scipy-cookbook.readthedocs.io/) contains
30+
instructions for various SciPy packages that were previously hosted
31+
on the SciPy wiki.
1532

33+
* [Lectures in Quantitative Economics: SciPy](https://lectures.quantecon.org/py/scipy.html)
34+
provides a good overview of SciPy compared to the specific NumPy
35+
project, as well as explanations for the wrappers SciPy provides
36+
over lower-level FORTRAN libraries.

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.