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

35 lines
451 B
Markdown
Raw Normal View History

---
id: 5e9a0a8e09c5df3cc3600ed2
title: Conhecer o NumPy
challengeType: 11
videoId: 5Nwfs5Ej85Q
dashedName: what-is-numpy
---
# --question--
## --text--
Por que arrays do Numpy são mais rápidos que as listas regulares do Python?
## --answers--
O NumPy não efetua a verificação de tipo durante a iteração de objetos.
---
O NumPy usa tipos fixos.
---
O NumPy usa memória contígua.
---
Todas as anteriores.
## --video-solution--
4