This repository was archived by the owner on Mar 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10647
-5
lines changed Expand file tree Collapse file tree 5 files changed +10647
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/ )
You can’t perform that action at this time.
0 commit comments