September 2021
Beginner to intermediate
256 pages
6h 48m
English
Everything should be as simple as it can be, but not simpler.
Roger Sessions (interpreting Einstein)
In This Chapter
This is the first of this book’s chapters on Data Science Libraries. The Python functionality explored so far in this book makes Python a powerful generic language. The libraries covered in this part of the book make Python dominant in data science. The first library we will look at, NumPy, is the backbone of many of the other data science libraries. In this chapter, you will learn about the NumPy array, which is an efficient multidimensional data structure.
Third-Party Libraries
Python ...