Entrenamiento con Python para novatos
any21gabytaTutorial21 de Febrero de 2016
12.115 Palabras (49 Páginas)199 Visitas
[pic 1]
Materiales del curso de programación
básico en Python
Publicación 0.1
Covantec R.L.
02 de June de 2014
[pic 2]
[pic 3]
Índice general
1. LECCIÓN 1: INTRODUCCIÓN 3
1.1. Recursos Web de Python . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.2. Documentación de Python . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3. Manuales de Python . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.4. Soporte comunitario de Python . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.5. Vídeo tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2. LECCIÓN 2: INSTALANDO PYTHON 5
2.1. Recursos de Descargas de Python . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52.2. Vídeo tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
3. LECCIÓN 3: ESCRIBIENDO SU PRIMER PROGRAMA - ¡HOLA, MUNDO! 7
3.1. Ingresando y ejecutando un programa en Linux . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73.2. Ingresando y ejecutando un programa en Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . 73.3. Ingresando y ejecutando un programa en OSX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73.4. Vídeo tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83.5. Referencias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
...