10 | | We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib, netcdf4}}}. One way to install all the required packages is to use a distribution like {{{python_xy}}}, {{{Anaconda}}} and the related {{{miniconda}}} environments. Also itshould be possible to download the appropriate pre-compiled packages from [http://www.lfd.uci.edu/~gohlke/pythonlibs]. I suggest {{{miniconda}}} as it allows you to only install the packages that are needed (so is a bit quicker). |
| 10 | We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib, netcdf4}}}. One way to install all the required packages is to use a distribution like {{{python_xy}}}, {{{Anaconda}}} and the related {{{miniconda}}} environments. Also it should be possible to download the appropriate pre-compiled packages from [http://www.lfd.uci.edu/~gohlke/pythonlibs]. |
| 11 | |
| 12 | I suggest {{{miniconda}}} as it allows you to only install the packages that are needed (so is a bit quicker). |