Arrays in Python

Python does not have built-in support for Arrays. Length of an array is always one more than the highest array index.. In the case of python arrays, you would have to use loops while numpy provides support for this in efficient manner.