You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,15 @@ The data about Google apps was explored to find out interesting facts like:</br>
36
36
* What are the most popular apps,</br>
37
37
* What was the most downloaded app's estimated revenue,</br>
38
38
* how the monetization of an app affects its download count,</br>
39
-
* What is a reasonable price for an app,</br>
39
+
* What is a reasonable price for an app,</br>
40
+
41
+
## 06_NumPy_and_N_Dimensional_Arrays
42
+
In this project we will explore the NumPy (Numerical Python) Python library, which is
43
+
used in almost every field of science and engineering. It’s practically the standard for working with numerical data in Python. It is an introduction to get a better understanding of how to work with this library.</br>
44
+
Main points, including:</br>
45
+
* how to work with arrays</br>
46
+
* how to create nd.arrays</br>
47
+
* creating arrays with standard functions such as arange(), random(), or linespace()</br>
48
+
* What exactly is broadcasting and how does it work</br>
0 commit comments