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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
##Introduction 👋
4
4
5
-
**What is NumPy?**
5
+
###What is NumPy?
6
6
NumPy stands for numeric python which is a python package for the computation and processing of the multidimensional and single dimensional array elements.
7
7
8
8
**Travis Oliphant** created NumPy package in 2005 by injecting the features of the ancestor module Numeric into another module Numarray.
@@ -13,7 +13,7 @@ NumPy provides various powerful data structures, implementing multi-dimensional
13
13
14
14
In this tutorial, we will go through the numeric python library NumPy.
15
15
16
-
**The need of NumPy?**
16
+
###The need of NumPy?
17
17
With the revolution of data science, data analysis libraries like NumPy, SciPy, Pandas, etc. have seen a lot of growth. With a much easier syntax than other programming languages, python is the first choice language for the data scientist.
18
18
19
19
NumPy provides a convenient and efficient way to handle the vast amount of data. NumPy is also very convenient with Matrix multiplication and data reshaping. NumPy is fast which makes it reasonable to work with a large set of data.