pythonnumpy
Ben Gorman

Ben Gorman

Life's a garden. Dig it.

The following is a collection of explainers and practice problems (with solutions) intended to teach Python NumPy. See the official NumPy site for additional details and documentation. Skip to the problems ->

The fundamental package for scientific computing with Python.

How to install numpy

pip install numpy

See the official numpy installation guide for details and alternatives.

How to import numpy

By convention,

import numpy as np