In the last chapter, we learned how to perform numerical computation with NumPy. We also learned how to use Jupyter for our convenience and how to use matplotlib for visualization. In this chapter, we will be introduced to the SciPy library. However, our journey with NumPy and matplotlib is far from over. We will learn new functionalities in NumPy and matplotlib throughout the remainder of the book. So let’s embark upon the exciting journey of scientific computing with SciPy .
Scientific and Mathematical Constants in SciPy
Before we begin, let’s complete ...