freeCodeCamp/curriculum/challenges/chinese/08-data-analysis-with-python/data-analysis-with-python-c.../numpy-introduction-a.md

476 B

id challengeType videoId
5e9a093a74c4063ca6f7c152 11 P-JjV6GBCmk

--description--

More resources:

- Notebook

--question--

--text--

Why is Numpy an important, but unpopular Python library?

--answers--

Often you won't work directly with Numpy.


It's is extremely slow.


Working with Numpy is difficult.

--video-solution--

1

--hints--

--solutions--