Chapter 1. NumPy Quick Start
Let's get started. We will install NumPy and related software on different operating systems and have a look at some simple code that uses NumPy. The IPython interactive shell is introduced briefly. As mentioned in the Preface, SciPy is closely related to NumPy, so you will see the SciPy name appearing here and there. At the end of this chapter, you will find pointers on how to find additional information online if you get stuck or are uncertain about the best way to solve problems.
In this chapter, we shall:
Install Python, SciPy, Matplotlib, IPython, and NumPy on Windows, Linux, and Macintosh
Write simple NumPy code
Get to know IPython
Browse online documentation and resources