NumPy and Matplotlib

NumPy - numeric computing

NumPy is the de facto standard for numerical computing in Python. It is highly optimized and extremely useful for working with matrices. The standard matrix class in NumPy is called an array. We will first get comfortable with working with arrays the we will cover a number of useful functions. Then we will touch on the linear algebra capabilities of NumPy and finally we will use a few examples to tie together key concepts.