|
18 | 18 | ##Introduction 👋
|
19 | 19 |
|
20 | 20 | ###What is NumPy?
|
21 |
| -NumPy stands for numeric python which is a python package for the computation and processing of the multidimensional and single dimensional array elements. |
| 21 | +[](https://numpy.org/) stands for numeric python which is a python package for the computation and processing of the multidimensional and single dimensional array elements. |
22 | 22 |
|
23 | 23 | **Travis Oliphant** created NumPy package in 2005 by injecting the features of the ancestor module Numeric into another module Numarray.
|
24 | 24 |
|
@@ -73,7 +73,7 @@ These are online read-only versions.
|
73 | 73 |
|
74 | 74 | ###How can I thank you for writing and sharing this tutorial? 🌷
|
75 | 75 |
|
76 |
| -You can <imgsrc="https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=if%20useful&style=style=flat&color=BC4E99"alt="Star Badge"/> Starring is free for you, but it tells me and other people that it was helpful and you like this tutorial. |
| 76 | +You can <imgsrc="https://img.shields.io/static/v1?label=%E2%AD%90&message=if%20useful&style=style=flat&color=blue"alt="Star Badge"/> Starring is free for you, but it tells me and other people that it was helpful and you like this tutorial. |
77 | 77 |
|
78 | 78 | Go[here](https://github.com/milaan9/09_Python_NumPy_Module) if you aren't here already and click the "⭐ Star" button in the top right corner. You will be asked to create a GitHub account if you don't already have one.
|
79 | 79 |
|
|