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

451 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a0a8e09c5df3cc3600ed2 Conhecer o NumPy 11 5Nwfs5Ej85Q 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