Skip to content

Commit c300c3f

Browse files
Update README.md
1 parent 91961de commit c300c3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

06_NumPy_and_N_Dimensional_Arrays/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Main points, including:</br>
77
* creating arrays with standard functions such as arange(), random(), or linespace()</br>
88
* What exactly is broadcasting and how does it work</br>
99
* How to do linear algebra with NumPy</br>
10-
* Image manipulation with a NumPy array </br>
10+
* Image manipulation with a NumPy arrays </br>
1111

1212
---
1313

@@ -53,6 +53,6 @@ The necessary steps to make the program work:</br>
5353

5454
---
5555

56-
**The program was developed using python 3.11.0, Pandas 1.5.1, Matplotlib, Jupyter-Notebook**
56+
**The program was developed using python 3.11.0, Pandas 1.5.1, Matplotlib, Jupyter-Notebook, NumPy**
5757

58-
In order to run the program, open main.ipynb and install the required add-ons.
58+
In order to run the program, open main.ipynb and install the required add-ons.

0 commit comments

Comments
 (0)