In this video, I demonstrate how to use the arange function in the NumPy library. The official NumPy website is https://numpy.org/. There is documentation about their functions on the site as well as installation instructions. For PyCharm, one only has to go to the Project Interpreter and add in NumPy. arange is basically a better, faster way of creating an array with values that differ by any increment.