Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 08c9027

Browse files
committed
03 numpy
1 parent aa8daf2 commit 08c9027

File tree

5 files changed

+10647
-5
lines changed

5 files changed

+10647
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ This repository contains the **archive of code** for the **data analysis with `p
3131
* [x] Reading File
3232

3333

34-
## Lesson 3 - Numerical Computing with Numpy
34+
## [Lesson 3 - Numerical Computing with Numpy](archive/03-numpy/README.md)
3535

36-
* [ ] Going from Python lists to Numpy arrays
37-
* [ ] Working with multi-dimensional arrays
38-
* [ ] Array operations, slicing and broadcasting
39-
* [ ] Working with CSV data files
36+
* [x] Going from Python lists to Numpy arrays
37+
* [x] Working with multi-dimensional arrays
38+
* [x] Array operations, slicing and broadcasting
39+
* [x] Working with CSV data files
4040

4141
#### Assignment 2 - Numpy Array Operations
4242
* [ ] Deadline: Tue Dec 13, 11:30 PM

archive/03-numpy/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Lesson 3 - Numerical Computing with Numpy
2+
3+
* Going from **Python lists** to **Numpy arrays**
4+
* Working with `multi-dimensional arrays`
5+
* `Array operations`, `slicing` and `broadcasting`
6+
* Working with `CSV` data files
7+
8+
### Materials
9+
10+
* [Python File](./solution.py)
11+
12+
* [Jupyter Notebook](./solution.ipynb)
13+
14+
15+
### Resources
16+
17+
* [Numpy Documentation](https://docs.scipy.org/doc/numpy/reference/)

0 commit comments

Comments
 (0)