Files
freeCodeCamp/curriculum/challenges/chinese-traditional/08-data-analysis-with-python/numpy/what-is-numpy.md

35 lines
405 B
Markdown
Raw Normal View History

---
id: 5e9a0a8e09c5df3cc3600ed2
title: Numpy 是什麼?
challengeType: 11
videoId: 5Nwfs5Ej85Q
dashedName: what-is-numpy
---
# --question--
## --text--
爲什麼 Numpy 數組要比常規的 Python 列表更快?
## --answers--
Numpy 在遍歷對象時不執行類型檢查。
---
Numpy 使用固定類型。
---
Numpy 使用連續內存。
---
上述所有的。
## --video-solution--
4