Skip to content

Commit b2d041a

Browse files
authored
Update README.md
1 parent 27fba41 commit b2d041a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction 👋
44

5-
**What is NumPy?**
5+
### What is NumPy?
66
NumPy stands for numeric python which is a python package for the computation and processing of the multidimensional and single dimensional array elements.
77

88
**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
1313

1414
In this tutorial, we will go through the numeric python library NumPy.
1515

16-
**The need of NumPy?**
16+
### The need of NumPy?
1717
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.
1818

1919
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.

0 commit comments

Comments
 (0)