/numpy-workshop

Primary LanguageJupyter Notebook

DS01 - Data Science Toolkits

Introduction to Numpy

In this workshop we will set up you up with a basic understanding of Numpy including creating arrays, Mathematical operations and random numbers.

Author Zhaoxuan "Tony" Wu - Head of Science (19/20), UCL Data Science Society
Updated by Philip Wilkinson - Head of Science (20/21), UCL Data Science Society

Prerequisites include:

Anaconda Git

Structure:

├── DS01 - Introduction to Numpy
│   ├── README.md
│   ├── problem.ipynb
│   ├── solution.ipynb
    └── workshop.ipynb
        ├── What is Numpy
        ├── Numpy arrays
        ├── Mathematical operations
        ├── Random Numbers
        ├── Complex Numbers
        └── Matrix operations