18NUMPY: NUMERICAL PYTHON
Short for Numerical Python, NumPy serves as Python’s foundational library for numerical computing. It extends Python’s mathematical capability and forms the basis of many scientific and mathematical packages. As a result, you’ll need to understand NumPy in order to effectively use Python’s scientific libraries such as Matplotlib (for plotting) and pandas (for data analysis).
NumPy is open source and comes preinstalled with Anaconda. It augments the built-in tools in the Python Standard Library, which can be too simple for many data analysis calculations. Using NumPy, you can perform fast operations, including mathematical, ...
Get Python Tools for Scientists now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.