The core Python language is not particularly powerful or fast for numerical computing. Fortunately, there is a large "numerical python" library, "numpy", that is a standard part of any Python-using scientist's toolkit. I will present numpy, the associated "scientific python" library, "scipy", and the popular "matplotlib" plotting library.