forked from TRESPADERNE/fund_prog_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
22 lines (22 loc) · 989 Bytes
/
_toc.yml
File metadata and controls
22 lines (22 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
format: jb-book
root: notebooks/00_Introduccion/Introduccion
title: "Presentación"
parts:
- caption: "INTRODUCCIÓN A PYTHON"
chapters:
- file: notebooks/01_Tipos_y_variables/Tipos_y_variables
- file: notebooks/02_Funciones_predefinidas/Funciones_predefinidas
- file: notebooks/03_E_S/Entrada_salida
- file: notebooks/04_Control_de_flujo_condicional/Control_de_flujo_condicional
- file: notebooks/05_Secuencias/Secuencias
- file: notebooks/06_Control_de_flujo_iterativo/Control_de_flujo_iterativo
- file: notebooks/07_Manejo_de_excepciones/Manejo_de_excepciones
- file: notebooks/08_Funciones/Funciones
- file: notebooks/09_Modulos/Modulos
- file: notebooks/10_Ficheros/Ficheros
- file: notebooks/11_Diccionarios_conjuntos/Diccionarios_conjuntos
- caption: BIBLIOTECAS
chapters:
- file: notebooks/Bibliotecas/01_Introduccion_a_Matplotlib/Introduccion_a_Matplotlib
- file: notebooks/Bibliotecas/02_Random/Random
- file: notebooks/Bibliotecas/03_Numpy/Numpy