Getting started with Python library Numpy

Click for: original source

NumPy is a open source Python library that handles multidimensional arrays and matrices with a huge library of mathematical functions to manipulate arrays. By Shahid Siddique.

NumPy makes it easy to work with data in the formats required for machine learning , such as vectors and matrices.

This tutorial then rad about:

  • How to install NumPy
  • How to create an array in NumPy
    • Check the Element datatype in NumPy Array
    • Add an element in NumPy array
    • Convert the array dimensions in NumPy Array
    • Access the elements of the NumPy Array
    • Generate an evenly spaced sequence in numPy
    • Generate random numbers in NumPy
  • Mix the elements of the array in numPy
    • Sort an array in NumPy
    • Join arrays together in NumPy

You will get code examples for each mentioned section. Nice one!

[Read More]

Tags json big-data data-science python