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:  Telecel Global

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:  Ms Excel Basic Knowledge in Hindi | MS Excel Introduction | Excel Tutorial Part 1 | Video

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.