Links a tutoriales y recursos de Python
Links a tutoriales y recursos de Python
Tutoriales de Python
Un tutorial breve y muy bueno de Python en general (lo básico a saber de Python, Numpy, Scipy y Matplotlib) :
http://cs231n.github.io/python-numpy-tutorial/Numpy quickstart guide
https://docs.scipy.org/doc/numpy/user/quickstart.htmlSciPy tutorial
https://docs.scipy.org/doc/scipy/tutorial/index.html
Scipy image processing
https://docs.scipy.org/doc/scipy/tutorial/ndimage.html
Matplotlib
https://matplotlib.org/tutorials/index.html#introductoryscikit-image - Image processing in Python
https://scikit-image.org/
Comparación Python/Numpy - Matlab
Numpy for Matlab users
http://scipy.github.io/old-wiki/pages/NumPy_for_Matlab_UsersTabla de equivalencias
http://scipy.github.io/old-wiki/pages/NumPy_for_Matlab_Users#Table_of_Rough_MATLAB-NumPy_Equivalents
Jupyter Notebook
(en versiones anteriores se lo llamaba IPython Notebook)
Un cuaderno Jupyter permite escribir y ejecutar el código Python en el navegador web y hace fácil escribir el código y ejecutarlo en partes así como documentar procedimientos y resultados.
Jupyter/IPython Notebook Quick Start Guide
https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/index.htmlLenguaje para escribir en las celdas de texto
https://en.wikipedia.org/wiki/Markdown
https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet