Skip to content

Files

Latest commit

 

History

History

class-11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Intro to Data Science with Numpy

Python has a vibrant community of Data Science professionals and enthusiasts. The array of tools can be overwhelming, but one thing most of them have in common is the use of Numpy (aka Numeric Python) under the hood.

The tool of choice for most are Jupyter Notebooks.

Learning Objectives

Students will be able to

Describe and Define

  • Different categories under Data Science umbrella
  • Jupyter Notebooks
  • Differences between Numpy arrays and Python lists

Execute

  • Jupyter Notebook on development machine
  • Display user generated images in Notebook
  • Add custom functions to notebook