Skip to content

sorelyss/taller_python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Taller de Python 3 - Biouning 2017

En este repositorio se encuentran las sesiones del taller de Python 3 que se dicta en Uninorte por el grupo Biouning.

Notas

  • Cuando se mencione "abrir cmd" significa abrir el Command Prompt o Símbolo del Sistema de Windows. Para hacerlo van a Inicio y buscan cmd.
  • Pueden descargar el repositorio descargándolo como ZIP y copiar la ruta donde descomprimen el archivo.

Setup

  1. Instalar Python 3.6
  2. Instalar Jupyter
  • Abrir cmd
  • Escribir:
pip install jupyter
  1. Instalar MatPlotLib y Numpy
  • Abrir cmd
  • Escribir:
pip install matplotlib numpy
  1. Abrir un notebook
  • Copiar direccion de la carpeta donde quieren trabajar
  • Abrir cmd
  • Escribir:
cd direccion_copiada
jupyter notebook

About

Taller de Python3 - Biouning 2017 - 03

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published