Skip to content

Latest commit

 

History

History

Numpy-Playground

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Playground - Numpy

Numpy is a library which provides functions that are especially useful when you have to work with large arrays and matrices of numeric data, like doing matrix multiplications and dot products.

Also, Numpy is battle tested and optimized, so that it runs fast, much faster than if you were working with Python lists directly.

Playground Overview

In this project, we'll play with the Numpy library, specifically:

  • Arrays
  • Arithmetic Operations
  • Mathematical Operations

Getting Started

Prerequisites

You'll need to install:

Scripts

  • numpy_playground.py - Script that shows off Numpy's various functions.

Authors

License

Creative Commons License

Acknowledgments