Learn the A-Z of NumPy for working with multi-dimensional arrays in Python.

What you will learn

Learn what is NumPy, its history and benefits.

Learn to install and import NumPy in Python

Learn the basics of NumPy arrays

Learn the different ways to create NumPy arrays

Learn how to perform indexing and slicing on NumPy arrays

Learn how to perform various NumPy operations

Learn how to save and load NumPy arrays in different file formats

Description

Are you a beginner looking to kick off your career in data science using Python? Then, this course on NumPy is a must for you!

NumPy, or Numerical Python, is an open-source Python library that helps you perform simple as well as complex computations on numerical data. It is the go-to scientific computation library for beginners as well as advanced Python programmers and it is used mostly by statisticians, data scientists, and engineers.

In this course, you will learn everything you need to know about NumPy arrays starting from how to install NumPy and import it in Python. You will be introduced to various methods of creating NumPy arrays and you will also learn various operations on them. Furthermore, the course helps you learn how to perform indexing and slicing on NumPy arrays. The course ends off by teaching you how to save/load NumPy arrays in different file formats.

Why you should take this course?


Get Instant Notification of New Courses on our Telegram channel.


  • Updated 2021 course content: All our course content is updated as per the latest technologies and tools available in the market
  • Practical hands-on knowledge: This course is oriented to providing a step-by-step implementation guide rather than just sticking to the theory.
  • Guided support: We are always there to guide you through the Q/As so feel free to ask us your queries.

English

Language

Content

Introduction

Welcome to the course!

Introduction to NumPy

Basics of NumPy Array

Creating NumPy Arrays

NumPy Array Indexing and Slicing

Input/Output Operations in NumPy

BONUS SECTION

Bonus Lecture