Diferencia entre revisiones de «Tutorial Python Alex 19-10-12»

De Grupo de Inteligencia Computacional (GIC)
Sin resumen de edición
Sin resumen de edición
Línea 12: Línea 12:


* '''Download the data'''
* '''Download the data'''
*** [[Media:Python alex docs.zip | docs]]
*** [[Media:Python alex docs.zip | docs]]
*** [http://www.ehu.es/ccwintco/groupware/webdav.php/apps/phpbrain/648/nisl_data.tar.gz nisl_data.tar.gz]
*** [http://www.ehu.es/ccwintco/groupware/webdav.php/apps/phpbrain/648/nisl_data.tar.gz nisl_data.tar.gz]
*** [http://db.tt/e4oouc2R nisl_data.tar.gz]
*** [http://db.tt/e4oouc2R nisl_data.tar.gz]


* '''Python'''<strike> </strike>
* '''Python'''<strike> </strike>
Línea 29: Línea 29:
** [http://code.google.com/p/pythonxy/ <font color="#3465A4">http://code.google.com/p/pythonxy/</font>]
** [http://code.google.com/p/pythonxy/ <font color="#3465A4">http://code.google.com/p/pythonxy/</font>]
** [http://spyder-ide.blogspot.com.es/ <font color="#3465A4">http://spyder-ide.blogspot.com.es/</font>]
** [http://spyder-ide.blogspot.com.es/ <font color="#3465A4">http://spyder-ide.blogspot.com.es/</font>]
*
 
* '''Installing libraries'''
* '''Installing libraries'''
** Ubuntu repositories
** Ubuntu repositories
Línea 76: Línea 76:
** [http://nisl.github.com/auto_examples/index.html <font color="#3465A4">http://nisl.github.com/auto_examples/index.html</font>]
** [http://nisl.github.com/auto_examples/index.html <font color="#3465A4">http://nisl.github.com/auto_examples/index.html</font>]
** Tutorial:
** Tutorial:
*** cd ~
*** cd ~
*** git clone [https://github.com/nisl/tutorial.git <font color="#3465A4">https://github.com/nisl/tutorial.git</font>]
*** git clone [https://github.com/nisl/tutorial.git <font color="#3465A4">https://github.com/nisl/tutorial.git</font>]
*** cd tutorial
*** cd tutorial
*** sudo python setup.py install
*** sudo python setup.py install
*** ipython
*** ipython
*** [http://nisl.github.com/auto_examples/plot_ica_resting_state.html#example-tutorial-plot-ica-resting-state-py <font color="#3465A4">http://nisl.github.com/auto_examples/plot_ica_resting_state.html#example-tutorial-plot-ica-resting-state-py</font>]
*** [http://nisl.github.com/auto_examples/plot_ica_resting_state.html#example-tutorial-plot-ica-resting-state-py <font color="#3465A4">http://nisl.github.com/auto_examples/plot_ica_resting_state.html#example-tutorial-plot-ica-resting-state-py</font>]


<strike> </strike>
<strike> </strike>

Revisión del 00:10 19 oct 2012

Python Tutorial

Author: Alex, October 19th, 2012

  • Install the software

$ sudo apt-get install ipython python-numpy python-scipy python-mvpa2 python-setuptools python-matplotlib python-mvpa2-tutorialdata git python-pip python-nibabel 
$ sudo pip install -U scikit-image scikit-learn statsmodels

  • Cleanup before leaving... ?
sudo pip uninstall nisl rm -r [~/tutorial ~/tutorial]