freeCodeCamp/curriculum/challenges/chinese-traditional/08-data-analysis-with-python/data-analysis-with-python-c.../numpy-introduction-a.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

---
id: 5e9a093a74c4063ca6f7c152
title: Numpy 簡介 A
challengeType: 11
videoId: P-JjV6GBCmk
bilibiliIds:
aid: 718079611
bvid: BV18Q4y1k7om
cid: 409007080
dashedName: numpy-introduction-a
---
# --description--
*在視頻中我們使用的編輯器工具是在 notebook.ai 這個平臺,你也可以選擇用其他的平臺,比如說 Google Colab 也是一個不錯的選擇。*
以下有更多的資料:
- <a href="https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-numpy" target="_blank" rel="noopener noreferrer nofollow">在 GitHub 平臺的 Notebooks</a>
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">如何使用 Google Colab 來打開 GitHub 上的 Notebooks</a>
# --question--
## --text--
爲什麼 Numpy 是一個重要的卻又不流行的 Python 庫?
## --answers--
你常常不會直接使用 Numpy。
---
它是極其緩慢的。
---
使用 Numpy 的難度是很大的。
## --video-solution--
1