teaching:progappchim:scipy_simple

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
teaching:progappchim:scipy_simple [2014/02/18 09:50] villersdteaching:progappchim:scipy_simple [2015/02/03 11:38] villersd
Ligne 3: Ligne 3:
  
 ===== Directive d'importation ==== ===== Directive d'importation ====
-  * standard : <code>import scipy as sp</code>+  * Méthode standard : <code>import scipy as sp</code> 
 +  * Importation par sous-modules (//cf// le [[http://docs.scipy.org/doc/scipy/reference/api.html#guidelines-for-importing-functions-from-scipy|site de Scipy]]) : <code>from scipy import optimize 
 +from scipy import interpolate 
 +from scipy import integrate 
 +...</code>
  
 ===== Fonctionnalités ===== ===== Fonctionnalités =====
Ligne 23: Ligne 27:
   * [[http://docs.scipy.org/doc/scipy/reference/tutorial/index.html|SciPy tutorial]]   * [[http://docs.scipy.org/doc/scipy/reference/tutorial/index.html|SciPy tutorial]]
   * [[http://docs.scipy.org/doc/scipy/reference/index.html|Reference guide]]   * [[http://docs.scipy.org/doc/scipy/reference/index.html|Reference guide]]
 +  * [[http://wiki.scipy.org/Cookbook|Cookbook]]
 +    * [[http://wiki.scipy.org/Cookbook/LoktaVolterraTutorial?action=show&redirect=LoktaVolterraTutorial|Lotka-Volterra]]
 +    * [[http://wiki.scipy.org/Cookbook/BrownianMotion|Mouvement brownien]]
  
  • teaching/progappchim/scipy_simple.txt
  • Dernière modification : 2019/03/22 12:07
  • de villersd