Forskjeller

Her vises forskjeller mellom den valgte versjonen og den nåværende versjonen av dokumentet.

Lenk til denne sammenligningen

ma2501:2012v:install [2012-01-19]
verdier opprettet
ma2501:2012v:install [2012-01-26]
verdier
Linje 9: Linje 9:
 It is very important that you choose an editor which you are comfortable with, and which is Python-savvy. It is very important that you choose an editor which you are comfortable with, and which is Python-savvy.
  
-For **Windows**, a good editor is [[http://notepad-plus-plus.org/|Notepad++]].+For **Windows**, you can just use Spyder, which is integrated to Python(xy). 
 For **Linux**, there is for instance [[http://kate-editor.org/|Kate]] or [[http://www.geany.org/|geany]], which are often installed by default. For **Linux**, there is for instance [[http://kate-editor.org/|Kate]] or [[http://www.geany.org/|geany]], which are often installed by default.
 For **Macintosh**, you may install one of the editors available on Linux. For **Macintosh**, you may install one of the editors available on Linux.
 +
 +
 +All the files that you edit should start with the following lines
 +<code python>
 +from __future__ import division
 +from pylab import *
 +from scipy import *
 +from scipy.linalg import *
 +</code>
 +
2012-01-26, Olivier Philippe Paul Verdier