Introduction
NumPy helps us work with numbers and lists easily. We install and import it to use its tools in our programs.
When you want to do math with big lists of numbers quickly.
When you need to create or change arrays (like lists but better).
When you want to use functions that help with data science and math.
When you want to speed up calculations compared to normal Python lists.