By now, you should be able to write small implementations with NumPy. Throughout the chapters, we aim to provide examples using other libraries as well and in this chapter, we should step back and look at the surrounding libraries that you can use along with NumPy for your projects.
We will be covering how other Python libraries complement NumPy in this chapter. We will be looking at the following topics:
- NumPy and SciPy
- NumPy and pandas
- SciPy and scikit-learn