Module 10

Why scientists use libraries

Not reinventing the wheel.

Tools for science

Scientists use libraries because they provide optimized, tested tools for common tasks. You do not need to write a plotting function from scratch. You import Matplotlib.

Why do scientists use libraries?