# numpy_exercises **Repository Path**: ai-word/numpy_exercises ## Basic Information - **Project Name**: numpy_exercises - **Description**: Numpy exercises. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-16 - **Last Updated**: 2021-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NumPy Exercises In numerical computing in python, NumPy is essential. I'm writing simple (a few lines for each problem) but hopefully helpful exercises based on each of numpy's functions. The outline will be as follows. * Array creation routines (DONE) * Array manipulation routines (DONE) * String operations (DONE) * Numpy-specific help functions (DONE) * Input and output (DONE) * Linear algebra (DONE) * Discrete Fourier Transform (DONE) * Logic functions (DONE) * Mathematical functions (DONE) * Random sampling (numpy.random) (DONE) * Set routines (DONE) * Sorting, searching, and counting (DONE) * Statistics (DONE) Nov., 2016 Kyubyong