Learning NumPy Array
上QQ阅读APP看书,第一时间看更新

What you need for this book

To try out the code samples in this book, you will need a recent build of NumPy. This means that you will need to have one of the Python versions supported by NumPy as well. Some code samples make use of the Matplotlib for illustration purposes. Matplotlib is not strictly required to follow the examples, but it is recommended that you install it too.

Here is a list of software used to develop and test the code examples:

  • Python 2.7
  • Cython-0.17-py2.7-macosx-10.8-intel.egg
  • ipython-2.0.0_dev-py2.7.egg
  • matplotlib-1.4.x-py2.7-macosx-10.9-intel.egg
  • numpy-1.9.0.dev_e886943-py2.7-macosx-10.9-intel.egg
  • pandas-0.8.2.dev_f5a74d4_20120725-py2.7-macosx-10.8-x86_64.egg
  • pip-1.4.1-py2.7.egg
  • statsmodels-0.6.0-py2.7-macosx-10.9-intel.egg

Needless to say, you don't need to have exactly this software and these versions on your computer. Python and NumPy is the absolute minimum you will need.