Skip to content

Files

Latest commit

b322b21 · Nov 27, 2020

History

History
This branch is 1630 commits behind realpython/materials:master.

numpy-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 29, 2020
Nov 27, 2020
Nov 27, 2020
Oct 27, 2020
Oct 27, 2020
Nov 27, 2020
Nov 27, 2020
Nov 27, 2020
Nov 3, 2020
Oct 27, 2020
Oct 27, 2020

Numpy Tutorial: First Steps in Data Science

This folder contains the sample code for the NumPy Tutorial by @rpalo.

Installing

First, you will need to have the dependencies installed:

$ python -m pip install -r requirements.txt

Usage

These examples all make use of the Jupyter Notebook. To run the examples, make sure the correct virtual environment is active (you may have to deactivate and reactivate after installing requirements), and run:

$ jupyter notebook

You should see listings for each of the example files. You can open them up and run them cell by cell to see how they perform. Feel free to make small changes to the code to see how those affect things.