In this video tutorial we will show you how to:
– create arrays using numpy
– combine arrays using numpy concatenate
– split arrays using numpy slpit
– get data types using dtype
– get dimensions using ndim
– get shapes of arrays
– change shapes of arrays using reshape
– loop through the array dimensions/elements