GithubHelp home page GithubHelp logo

tebinski / curso_aeropython Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aeropython/curso_aeropython

0.0 1.0 0.0 48.19 MB

Curso de iniciación a Python orientado a la ingeniería

Home Page: http://nbviewer.jupyter.org/github/AeroPython/Curso_AeroPython/tree/master/notebooks_completos/

Jupyter Notebook 98.68% Python 1.27% CSS 0.05%

curso_aeropython's Introduction

Curso AeroPython

AeroPython

Curso de Python orientado a la ingeniería

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.

curso_aeropython's People

Contributors

alexs12 avatar astrojuanlu avatar aunsiro avatar newlawrence avatar mabeldelgadob avatar martosc avatar franktoffel avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.