Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python NumPy For Your Grandma
Rating: 4.7 out of 5(278 ratings)
11,051 students

Python NumPy For Your Grandma

So easy, your grandma could learn it!
Created byBen Gorman
Last updated 3/2022
English

What you'll learn

  • NumPy for scientific computing in Python
  • Create and manipulate NumPy Arrays
  • Understand how to index multidimensional arrays (including 3+ dimensional arrays)
  • Familiarization with numpy functions like stack(), argsort(), unique(), as_strided(), einsum()

Course content

5 sections32 lectures1h 57m total length
  • 1.1 Introduction0:40

    Hey, and welcome to my course - Python NumPy For Your Grandma!

    NumPy Version

    I created this course using NumPy version 1.19.3, but if you're using a later version it should be fine for most (all?) of what I cover in this course.

    IDE

    You can use whatever IDE you prefer, but in this course I'm using Google Colab (colab.research.google.com). If you want to use Colab like me, check out my free tutorial on how to get up and running (youtube.com/watch?v=SUCRr56Jzkw).

  • PLEASE READ!0:06

Requirements

  • Basic knowledge of Python

Description

Wanna learn NumPy?

Look no further. This course covers everything from how to install and import NumPy to how to solve complex problems involving array creation, transformations, and random sampling.

Course Structure

The course is presented as a series of on-demand lecture style videos with lots of animated examples, code walkthroughs, and challenge problems to test your knowledge. Go as fast or as slow as you want.

Philosophy

The course has a heavy emphasis on understanding NumPy, as opposed to rote memorization. ...But don't take my word for it. Check out the free lecture videos in the course curriculum below!

Who this course is for:

  • Python developers interested in scientific computing and data science