Tutoriales de Python

  1. 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/

  2. Numpy quickstart guide
    https://docs.scipy.org/doc/numpy/user/quickstart.html

  3. SciPy tutorial
    https://docs.scipy.org/doc/scipy/tutorial/index.html

  4. Scipy image processing
    https://docs.scipy.org/doc/scipy/tutorial/ndimage.html

  5. Matplotlib
    https://matplotlib.org/tutorials/index.html#introductory

  6. scikit-image - Image processing in Python
    https://scikit-image.org/

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.

  1. Jupyter/IPython Notebook Quick Start Guide
    https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/index.html

  2. Lenguaje para escribir en las celdas de texto
    https://en.wikipedia.org/wiki/Markdown
    https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet



Última modificación: jueves, 2 de marzo de 2023, 14:26