About This Book "NumPy Programming" is a textbook for high school and college students; it covers all essential NumPy language knowledge . You can learn complete primary skills of NumPy programming fast and easily . The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam . "NumPy Programming" is a useful textbook for beginners . The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book . You will be impressed by its distinctive and tidy writing style . Reading this book is a great enjoyment!
Prerequisite to Learn NumPy Before learning the NumPy, you should have basic knowledge of Python programming .
Source Code Available This book provides source code for reference; you can reference the source code for better study, or copy the source code to your favorite editor to test the programs.
Table of Contents
Chapter 1 What is NumPy? What is NumPy for? ...... Chapter 2 High Dimension Array The Number of Dimension ...... Chapter 3 NumPy Data Type Type Code ...... Chapter 4 Reshape From 1D to 2D Reshape From 2D to 3D ...... Chapter 5 Concatenating Arrays Axis, a Big Issue ...... Chapter 6 Split an Array Split Less Elements ...... Chapter 7 NumPy ufuncs Check NumPy ufunc ...... Chapter 8 Cumulative Sum Difference of Array ...... Numpy Q & A Questions Answers