Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

AeroPython/Curso_AeroPython

Repository files navigation

Curso AeroPython

AeroPython

Curso de Python orientado a la ingeniería

No Maintenance Intended

⚠️ Este curso ya no está mantenido, y queda disponible en abierto para quienes quieran aprovechar el material. Puedes leer más sobre el fin de AeroPython en este artículo.

Si acabas de llegar, no tienes instalado Python o no conoces el Notebook de IPython te recomendamos que leas esta introducción. En ella aprenderás cómo descargar y utilizar el material del curso.

También puedes probar a ejecutar los notebooks online desde tu navegador (¡sin instalar nada!):

Notebooks interactivos online: Binder

(esto es una versión demo y en fase beta, no utilices esta opción para guardar tu trabajo)

Si sólo quieres echar un vistazo, puedes visualizar los notebooks de cada clase en: http://nbviewer.jupyter.org/github/AeroPython/Curso_AeroPython/tree/master/notebooks_completos/

Autores/Colaboradores:

Ediciones:

Primera edición: marzo 2014 (tag v1.0)

Segunda edición: octubre 2014

Tercera edición: abril de 2015

Cuarta edición: marzo de 2018

Quinta edición: noviembre de 2018

Sigue aprendiendo

Cursos

  • [ES] Curso de Python para científicos e ingenieros

IMAGE ALT TEXT HERE

Libros gratuitos

Links

¿Dónde pedir ayuda?

Webs interesantes

Comunidades interesantes y/o cercanas

Pythonistas relevantes en Twitter

Lista

Grupos de Telegram

  • Python España
  • Python Alicante
  • Python Científico
  • AeroPython

Descargas e instalación

En los siguientes links se pueden obtener las versiones de los programas usados durante el curso.

Algunos cambios en la configuración

  • Cambiar la carpeta en la que arranca el notebook:

> jupyter notebook --generate-config

En C:\Users\username\.jupyter\jupyter_notebook_config cambiar el atributo
#c.NotebookApp.notebook_dir = ''
por
python
c.NotebookApp.notebook_dir = r'C:\new_path\folder'
No olvidar la `r` delante de las comillas
  • Activar IPython widgets en Jupyter Lab:

> conda install nodejs
> jupyter labextension install @jupyter-widgets/jupyterlab-manager

  • Activar matplotlib widgets
conda install -c conda-forge ipympl
# If using the Notebook
conda install -c conda-forge widgetsnbextension
# If using JupyterLab
conda install nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib

Licencia Creative Commons
Curso AeroPython por Juan Luis Cano Rodriguez y Alejandro Sáez Mollejo se distribuye bajo una Licencia Creative Commons Atribución 4.0 Internacional.