Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Numpy Python Tutorial - Python for Beginners

Great Learning via YouTube

Overview

Limited-Time Offer: Up to 75% Off Coursera Plus!
7000+ certificate courses from Google, Microsoft, IBM, and many more.

NumPy is a python library that is used for working with arrays. NumPy was developed by Travis Oliphant in 2005. It is an open source project and you can use it freely. NumPy stands for Numerical Python. It is helpful in solving problems related to linear algebra, fourier transform, and matrices.

One of the most common Python data structures is lists that serve the purpose of arrays, but they are slow to process. NumPy provides an array object which is known as “ndarray” and the fun fact is, it’s 50x faster than lists.

NumPy arrays are stored at one continuous place in memory unlike lists, so processes can access and manipulate them very efficiently. NumPy is a Python library and is written partially in Python, but most of the parts that require fast computation are written in C or C++. To know more about this interesting library with amazing examples, watch this tutorial till the end.

Syllabus

- Introduction.
Python Numpy.
Creating NumPy Array.
NumPy-Shape.
Joining NumPy Arrays.
NumPy Intersection & Difference.
Numpy Array Mathematics.
NumPy Matrix.
NumPy Matrix Transpose.
NumPy Matrix Multiplication.
NumPy Save & Load.

Taught by

Great Learning

Reviews

Start your review of Numpy Python Tutorial - Python for Beginners

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.