Week 8 - NumPy (Part II) - 2D NumPy Arrays, Basic Statistics
May 16, 2021
2D NumPy Arrays:
- type(np_name)
- 2D NumPy Array
- np_name.shape( )
- Subsetting using index positions
My programming journey
May 16, 2021
2D NumPy Arrays:
May 15, 2021
Introduction to NumPy:
May 12, 2021
May 10, 2021
The below are some more practice problems for handling text files, using what I learnt in my previous post:
May 8, 2021
May 5, 2021
Loops: