freeCodeCamp/curriculum/challenges/italian/08-data-analysis-with-python/numpy/what-is-numpy.md

39 lines
521 B
Markdown
Raw Normal View History

---
id: 5e9a0a8e09c5df3cc3600ed2
title: Che cosè NumPy
challengeType: 11
videoId: 5Nwfs5Ej85Q
bilibiliIds:
aid: 293086867
bvid: BV1Tf4y1E7QZ
cid: 409024791
dashedName: what-is-numpy
---
# --question--
## --text--
Perché gli array Numpy sono più veloci delle normali liste Python?
## --answers--
Numpy non esegue il controllo del tipo durante l'iterazione attraverso gli oggetti.
---
Numpy utilizza tipi fissi.
---
Numpy utilizza memoria contigua.
---
Tutti i precedenti.
## --video-solution--
4