YoVDO

Numpy Python Tutorial - Python for Beginners

Offered By: Great Learning via YouTube

Tags

NumPy Courses Python Courses Linear Algebra Courses Data Manipulation Courses Fourier Transform Courses Matrix Operations Courses

Course Description

Overview

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

Related Courses

Artificial Intelligence for Robotics
Stanford University via Udacity
Intro to Computer Science
University of Virginia via Udacity
Design of Computer Programs
Stanford University via Udacity
Web Development
Udacity
Programming Languages
University of Virginia via Udacity