넘파이 문제

    [Numpy] Numpy 문제 모음 (100 numpy exercises)

    [Numpy] Numpy 문제 모음 (100 numpy exercises)

    1. Import the numpy package under the name np (★☆☆) 2. Print the numpy version and the configuration (★☆☆) 3. Create a null vector of size 10 (★☆☆) 4. How to find the memory size of any array (★☆☆) 5. How to get the documentation of the numpy add function from the command line? (★☆☆) 6. Create a null vector of size 10 but the fifth value which is 1 (★☆☆) 7. Create a vector with values ranging fr..