Python Lists and Arrays

A list is a collection of data objects in Python. Lists are a compact way to store and manipulate large data sets. They can be used in loops to analyze each of the entries in the list or create a database. Matrices and vectors are arrays of numbers that may be processed with standard Python commands or created and manipulated with the NumPy package.