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

595 B

id title challengeType videoId bilibiliIds dashedName
5e9a0a8e09c5df3cc3600ed2 Numpy とは 11 5Nwfs5Ej85Q
aid bvid cid
293086867 BV1Tf4y1E7QZ 409024791
what-is-numpy

--question--

--text--

Numpy の配列が通常の Python のリストよりも高速なのはなぜですか?

--answers--

Numpy はオブジェクトを繰り返し処理する際に型チェックを行わないから。


Numpy は固定の型を使用するから。


Numpy は連続したメモリを使用するから。


上記のすべて。

--video-solution--

4