Skip to content

ryanorsinger/67-Minutes-to-NumPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

67 Minutes to NumPy

Overview

NumPy is a powerful, proven library for data processing and linear algebra for Python. NumPy has been one of the driving factors of Python's use and adoption in scientific computing communities. It's fast, powerful, and direct. You want linear algebra? Use NumPy! Need an n-dimensional tensor for a neural network? Use NumPy! Want to process numerical data more directly using vectorized operations instead of loops and conditionals? Use NumPy!

Using this video and notebook introduction will help you get started with numpy extremely rapidly.

Companion Notebook

Live Notebook on Google Colab

Lesson Video

About

Intro to NumPy code and video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published