← 返回首页
update numpy · pythonthings/fullstackpython.com@3001fa2 · 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 3001fa2

Browse files
committed
update numpy
1 parent 4896ba2 commit 3001fa2

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

‎content/pages/03-data/18-numpy.markdown‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ other scientific computing packages such as [pandas](/pandas.html).
1818

1919

2020
### NumPy resources
21+
* [From Python to NumPy](http://www.labri.fr/perso/nrougier/from-python-to-numpy/)
22+
is an awesome resource that shows how to use your basic
23+
Python knowledge to learn how to do vectorization with NumPy.
24+
2125
* [101 NumPy Exercises for Data Analysis](https://www.machinelearningplus.com/101-numpy-exercises-python/)
2226

2327
* [NumPy: creating and manipulating numerical data](http://www.scipy-lectures.org/intro/numpy/index.html)
2428

25-
29+
* [Python NumPy Array Tutorial](https://www.datacamp.com/community/tutorials/python-numpy-tutorial)
30+
is a starter tutorial specifically focused on using and working
31+
with NumPy's powerful arrays.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ for math, science and engineering. [NumPy](/numpy.html),
1313
[Matplotlib](/matplotlib.html) and [pandas](/pandas.html) are libraries
1414
that fall under the SciPy project umbrella.
1515

16+
<img src="/img/logos/scipy.png" width="100%" alt="SciPy project logo.">
17+
1618
[Blaze](http://blaze.pydata.org/) is a similar, but separate, ecosystem
1719
with additional tools for wrangling, cleaning, processing and analyzing data.
1820

‎static/img/logos/scipy.png‎

41 KB
LoadingViewer requires iframe.

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.