numpy_exercises is a collection of short practice problems designed to teach numerical computing through individual NumPy functions. The material is organized as Jupyter notebooks so learners can work interactively and compare their answers with companion solution notebooks. Exercises cover array creation, manipulation, string operations, help utilities, input and output, and linear algebra. Additional sections address discrete Fourier transforms, logic functions, mathematics, random sampling, and set routines. Sorting, searching, counting, and statistics are also included. Rather than presenting a single application, the repository serves as a structured hands-on workbook for building practical familiarity with the NumPy API.
Features
- Jupyter-based NumPy exercises
- Companion solution notebooks
- Array creation and manipulation practice
- Linear algebra and Fourier transform exercises
- Random sampling and mathematical functions
- Sorting, searching, and statistics practice