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. This chapter briefly introduces the IPython interactive shell. 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, you will cover the following topics:
- Install Python, SciPy, matplotlib, IPython, and NumPy on Windows, Linux, and Macintosh
- Do a short refresher of Python
- Write simple NumPy code
- Get to know IPython
- Browse online documentation and resources