Files

39 lines
521 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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