Python Tutorials – Attributes of NumPy Array | Video



In this Python Programming video tutorial you will learn about attributes of NumPy arrays in detail.

NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

READ ALSO:  C# Programming Tutorials: Beginners 05 Windows Forms and Event Handlers | Video

Array attributes reflect information that is intrinsic to the array itself. Generally, accessing an array through its attributes allows you to get and sometimes set intrinsic properties of the array without creating a new array.

READ ALSO:  How to Write a Blurb That Sells

Here we will discuss about dimension, shape, data type, size and itemsize attributes in detail.

#numpy #Python

For more free tutorials on computer programming
http://www.facebook.com/AmulsAcademy
http://www.twitter.com/AmulsAcademy

source

4 Comments

Comments are closed.