Note: This article has also featured on geeksforgeeks.org .
This article will help you get acquainted with the widely used array-processing library in Python, NumPy.
What is NumPy?
NumPy is a general-purpose array-processing package. It provides a high-performance multidimensional array object, and tools for working with these arrays.



XML stands for eXtensible Markup Language. It was designed to store and transport data.
