This video is part 236 of Python full beginning course tutorials. And focus of this video is on Data management with NumPy package in Python programming.
Contents of The NumPy library
Introducing NumPy library
Creation of Array in NumPy
Basic operations of Numpy ndarray
Indexing, Slicing, and Iterating, (Conditions and Boolean) of NumPy arrays
Joining, Splitting and Shape Manipulation of NumPy arrays
Copies and Views, difference between NumPy arrays and Python lists
Broadcasting of NumPy arrays
Random Number Generation with Python and NumPy
Reading and Writing NumPy Array Data on Files