├── Notas ├── 01_Introduccion │ ├── 00_Resumen.md │ ├── 01_Python.md │ ├── 02_Hello_world.md │ ├── 03_Numeros.md │ ├── 04_Strings.md │ ├── 05_Listas.md │ └── 06_CierreClase.md ├── 02_Estructuras_y_Funciones │ ├── 00_Resumen.md │ ├── 01_Introduccion_y_repaso.md │ ├── 02_Archivos.md │ ├── 03_Funciones.md │ ├── 04_TiposDatos.md │ ├── 05_Contenedores.md │ ├── 06_CierreClase.md │ ├── arboles.csv │ └── arboles.py ├── 03_Datos │ ├── 00_Resumen.md │ ├── 01_Introduccion.md │ ├── 02_Bugs.md │ ├── 03_Secuencias.md │ ├── 04_Contadores.md │ ├── 05_IDE.md │ ├── 06_Formato.md │ ├── 07_Arboles1.md │ ├── 08_CierreClase.md │ ├── Spyder.png │ └── arboles.jpg ├── 04_Listas_y_Listas │ ├── 00_Resumen.md │ ├── 01_Debugger.md │ ├── 02_IteradoresLista.md │ ├── 03_Comprension_Listas.md │ ├── 04_Objetos.md │ ├── 05_Arboles2_LC.md │ ├── 06_Cierre.md │ ├── buscar_elem.py │ ├── debug1.jpg │ ├── debug2.jpg │ ├── debug3.jpg │ ├── debug4.jpg │ ├── debug5.jpg │ ├── debug_menu.png │ ├── fosforos.jpg │ ├── listas.py │ ├── referencias.png │ ├── shallow.png │ └── spyder-partes.png ├── 05_Random_Plt_Dbg │ ├── 00_Resumen.md │ ├── 01_Repaso.md │ ├── 02_Random.md │ ├── 03_NumPy_Arrays.md │ ├── 04_Figuritas.md │ ├── 05_Arboles3_plt.md │ ├── 06_Cierre.md │ ├── completo.jpg │ ├── cuadrante_circ.png │ ├── normal.jpg │ ├── normal.png │ ├── np_MSE_explanation2.png │ ├── np_MSE_formula.png │ ├── np_MSE_implementation.png │ ├── np_aggregation.png │ ├── np_array.png │ ├── np_array_dataones.png │ ├── np_create_matrix.png │ ├── np_data_plus_ones.png │ ├── np_indexing.png │ ├── np_matrix_aggregation.png │ ├── np_matrix_aggregation_row.png │ ├── np_matrix_arithmetic.png │ ├── np_matrix_broadcasting.png │ ├── np_matrix_indexing.png │ ├── np_mse_viz1.png │ ├── np_mse_viz2.png │ ├── np_multiply_broadcasting.png │ ├── np_ones_zeros_matrix.png │ ├── np_ones_zeros_random.png │ ├── np_pandas.png │ ├── np_readcsv.png │ ├── np_reshape.png │ ├── np_sub_mult_divide.png │ ├── np_transposing_reshaping.png │ └── spyder-partes.png ├── 06_Organizacion_y_Complejidad │ ├── 00_Resumen.md │ ├── 01_Repaso.md │ ├── 02_Scripts.md │ ├── 03_Funciones.md │ ├── 04_Modulos.md │ ├── 05_BusqBinaria.md │ ├── 06_Complejidad.md │ ├── 07_graficos_de_complejidad.md │ ├── 08_Cierre.md │ ├── bbin.png │ ├── compl_sec.png │ ├── lin_cuad.png │ ├── lin_log.png │ └── tabla_informe.py ├── 07_Plt_Especificacion_y_Documentacion │ ├── 00_Resumen.md │ ├── 01_Repaso.md │ ├── 02_Excepciones.md │ ├── 03_Modulo_principal.md │ ├── 04_Flexibilidad.md │ ├── 05_Especificacion_y_Documentacion.md │ ├── 06_Estilo.md │ ├── 07_Matplotlib.md │ ├── 08_Cierre.md │ ├── RW.png │ ├── ex_subplots.png │ ├── sphx_glr_plot_axes-2_001.png │ ├── sphx_glr_plot_axes_001.png │ ├── sphx_glr_plot_bar_001.png │ ├── sphx_glr_plot_exercise_10_001.png │ ├── sphx_glr_plot_exercise_1_001.png │ ├── sphx_glr_plot_exercise_2_001.png │ ├── sphx_glr_plot_exercise_3_001.png │ ├── sphx_glr_plot_exercise_4_001.png │ ├── sphx_glr_plot_exercise_5_001.png │ ├── sphx_glr_plot_exercise_6_001.png │ ├── sphx_glr_plot_exercise_7_001.png │ ├── sphx_glr_plot_exercise_8_001.png │ ├── sphx_glr_plot_exercise_9_001.png │ ├── sphx_glr_plot_gridspec_001.png │ ├── sphx_glr_plot_multiplot_001.png │ ├── sphx_glr_plot_polar_001.png │ ├── sphx_glr_plot_scatter_001.png │ ├── sphx_glr_plot_subplot-grid_001.png │ ├── sphx_glr_plot_subplot-horizontal_001.png │ ├── sphx_glr_plot_subplot-vertical_001.png │ └── wtf.jpg ├── 08_Fechas_Carpetas_y_Pandas │ ├── 00_Resumen.md │ ├── 01_Intro.md │ ├── 02_Fechas.md │ ├── 03_Archivos_y_Directorios.md │ ├── 04_Ordenando_archivos.md │ ├── 05_Pandas.md │ ├── 06_Series_Temporales.md │ ├── 07_Cierre.md │ ├── Figure 2020-09-19 195806.png │ ├── Figure175144.png │ ├── Figure175349.png │ ├── Figure175424.png │ ├── Figure175447.png │ ├── Figure175811.png │ ├── Figure175811_.png │ ├── Figure175902.png │ ├── Figure175902_.png │ ├── Figure175932.png │ ├── Figure175932_.png │ ├── Figure200027.png │ ├── OBS_SHN_SF-BA.csv │ ├── OBS_Zarate_2013A.csv │ ├── bajante1_19062019.jpg │ ├── bajante2_19062019.jpg │ ├── clase8.py │ ├── cronica.jpg │ ├── cuadrada.gif │ ├── detrend.png │ ├── ordenar.zip │ ├── output_10_0.png │ ├── output_5_1.png │ ├── output_7_0.png │ ├── output_7_1.png │ ├── output_8_1.png │ ├── output_8_3.png │ ├── output_9_1.png │ ├── output_9_3.png │ ├── phase_shift.png │ ├── sudestada1.jpg │ ├── sudestada2.jpg │ └── vectorial.jpg ├── 09_Clases_y_Objetos │ ├── 00_Resumen.md │ ├── 01_Intro.md │ ├── 02_Clases.md │ ├── 03_Herencia.md │ ├── 04_Métodos_Especiales.md │ ├── 05_Pilas_Colas.md │ ├── 06_Teledeteccion.md │ ├── 07_Cierre.md │ ├── clase9_clases_metesp.py │ ├── clase9_colas.zip │ ├── colas.png │ ├── ejs.zip │ ├── img.png │ └── pilas.png ├── 10_Generadores_e_Iteradores │ ├── 00_Resumen.md │ ├── 01_Intro.md │ ├── 02_protocolo_Iteracion.md │ ├── 03_iteracion_a_medida.md │ ├── 04_Producers_consumers.md │ ├── 05_Mas_generadores.md │ ├── 06_PredadorPresa.md │ ├── 07_Cierre.md │ ├── archivos_mercado.zip │ ├── img │ │ ├── antilope.png │ │ ├── leon.png │ │ └── piezas_tierra.svg │ └── modelo.zip ├── 11_Recursion │ ├── 00_Resumen.md │ ├── 01_Introduccion.md │ ├── 02_Recursion.md │ ├── 03_Diseno_Recursivo.md │ ├── 04_EjerciciosRec.md │ ├── 05_Regresion_Lineal.md │ ├── 06_Cierre.md │ ├── 280px-Fibonacci_spiral_34.bmp │ ├── 280px-Fibonacci_spiral_34.svg.png │ ├── AIC.png │ ├── AN.png │ ├── PascalTriangleAnimated2.gif │ ├── cartel.png │ ├── ej0_ajuste.png │ ├── ej0_posiblesrectas.png │ ├── ej0_scatter.png │ ├── ejcuad_ajusteconx2.png │ ├── ejcuad_ajustecuad.png │ ├── ejcuad_ajustelineal.png │ ├── ejcuad_scatter.png │ ├── ejsint_ajuste.png │ ├── ejsint_scatter.png │ ├── ejsk1_ajuste.png │ ├── eq_reg_lin_multiple.gif │ ├── eq_reg_lin_multiple.png │ ├── eq_suma_de_cuadrados.gif │ ├── eq_suma_de_cuadrados.png │ ├── fib5.jpg │ ├── gauss.jpg │ ├── longitudes_y_pesos.csv │ └── overfitting_example.png ├── 12_Ordenamiento │ ├── 00_Resumen.md │ ├── 01_Introduccion.md │ ├── 02_Ordenamiento_sencillo.md │ ├── 03_Divide_and_Conquer.md │ ├── 04_introduccion_al_AA.md │ ├── 05_Cierre.md │ ├── Bubble_sort_animation.gif │ ├── Insertion-sort-animation.gif │ ├── Map1NN.png │ ├── Merge-sort-example-300px.gif │ ├── Selection-Sort-Animation.gif │ ├── arbol_recursion.jpg │ ├── experimento_timeit_seleccion.jpg │ ├── insercion.png │ ├── iris_petal_sepal.png │ ├── output_27_1.png │ ├── output_36_1.png │ ├── output_4_1.png │ └── seleccion.png ├── Codigo.md ├── Contenidos.md ├── Cursada.md ├── Ejercicios.zip ├── Instalacion.md ├── LICENSE.md ├── Python_cloud.jpg ├── README.md ├── Slack.md ├── graphics.png ├── index.md ├── mkdocs.yml └── requirements.txt ├── Programacion_Python_2022.pdf ├── Python_cloud.jpg └── README.md /Notas/01_Introduccion/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/01_Introduccion/00_Resumen.md -------------------------------------------------------------------------------- /Notas/01_Introduccion/01_Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/01_Introduccion/01_Python.md -------------------------------------------------------------------------------- /Notas/01_Introduccion/02_Hello_world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/01_Introduccion/02_Hello_world.md -------------------------------------------------------------------------------- /Notas/01_Introduccion/03_Numeros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/01_Introduccion/03_Numeros.md -------------------------------------------------------------------------------- /Notas/01_Introduccion/04_Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/01_Introduccion/04_Strings.md -------------------------------------------------------------------------------- /Notas/01_Introduccion/05_Listas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/01_Introduccion/05_Listas.md -------------------------------------------------------------------------------- /Notas/01_Introduccion/06_CierreClase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/01_Introduccion/06_CierreClase.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/00_Resumen.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/01_Introduccion_y_repaso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/01_Introduccion_y_repaso.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/02_Archivos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/02_Archivos.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/03_Funciones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/03_Funciones.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/04_TiposDatos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/04_TiposDatos.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/05_Contenedores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/05_Contenedores.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/06_CierreClase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/06_CierreClase.md -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/arboles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/arboles.csv -------------------------------------------------------------------------------- /Notas/02_Estructuras_y_Funciones/arboles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/02_Estructuras_y_Funciones/arboles.py -------------------------------------------------------------------------------- /Notas/03_Datos/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/00_Resumen.md -------------------------------------------------------------------------------- /Notas/03_Datos/01_Introduccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/01_Introduccion.md -------------------------------------------------------------------------------- /Notas/03_Datos/02_Bugs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/02_Bugs.md -------------------------------------------------------------------------------- /Notas/03_Datos/03_Secuencias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/03_Secuencias.md -------------------------------------------------------------------------------- /Notas/03_Datos/04_Contadores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/04_Contadores.md -------------------------------------------------------------------------------- /Notas/03_Datos/05_IDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/05_IDE.md -------------------------------------------------------------------------------- /Notas/03_Datos/06_Formato.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/06_Formato.md -------------------------------------------------------------------------------- /Notas/03_Datos/07_Arboles1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/07_Arboles1.md -------------------------------------------------------------------------------- /Notas/03_Datos/08_CierreClase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/08_CierreClase.md -------------------------------------------------------------------------------- /Notas/03_Datos/Spyder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/Spyder.png -------------------------------------------------------------------------------- /Notas/03_Datos/arboles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/03_Datos/arboles.jpg -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/00_Resumen.md -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/01_Debugger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/01_Debugger.md -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/02_IteradoresLista.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/02_IteradoresLista.md -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/03_Comprension_Listas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/03_Comprension_Listas.md -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/04_Objetos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/04_Objetos.md -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/05_Arboles2_LC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/05_Arboles2_LC.md -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/06_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/06_Cierre.md -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/buscar_elem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/buscar_elem.py -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/debug1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/debug1.jpg -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/debug2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/debug2.jpg -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/debug3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/debug3.jpg -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/debug4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/debug4.jpg -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/debug5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/debug5.jpg -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/debug_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/debug_menu.png -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/fosforos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/fosforos.jpg -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/listas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/listas.py -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/referencias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/referencias.png -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/shallow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/shallow.png -------------------------------------------------------------------------------- /Notas/04_Listas_y_Listas/spyder-partes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/04_Listas_y_Listas/spyder-partes.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/00_Resumen.md -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/01_Repaso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/01_Repaso.md -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/02_Random.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/02_Random.md -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/03_NumPy_Arrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/03_NumPy_Arrays.md -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/04_Figuritas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/04_Figuritas.md -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/05_Arboles3_plt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/05_Arboles3_plt.md -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/06_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/06_Cierre.md -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/completo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/completo.jpg -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/cuadrante_circ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/cuadrante_circ.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/normal.jpg -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/normal.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_MSE_explanation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_MSE_explanation2.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_MSE_formula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_MSE_formula.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_MSE_implementation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_MSE_implementation.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_aggregation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_aggregation.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_array.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_array_dataones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_array_dataones.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_create_matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_create_matrix.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_data_plus_ones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_data_plus_ones.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_indexing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_indexing.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_matrix_aggregation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_matrix_aggregation.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_matrix_aggregation_row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_matrix_aggregation_row.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_matrix_arithmetic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_matrix_arithmetic.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_matrix_broadcasting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_matrix_broadcasting.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_matrix_indexing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_matrix_indexing.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_mse_viz1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_mse_viz1.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_mse_viz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_mse_viz2.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_multiply_broadcasting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_multiply_broadcasting.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_ones_zeros_matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_ones_zeros_matrix.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_ones_zeros_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_ones_zeros_random.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_pandas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_pandas.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_readcsv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_readcsv.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_reshape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_reshape.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_sub_mult_divide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_sub_mult_divide.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/np_transposing_reshaping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/np_transposing_reshaping.png -------------------------------------------------------------------------------- /Notas/05_Random_Plt_Dbg/spyder-partes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/05_Random_Plt_Dbg/spyder-partes.png -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/00_Resumen.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/01_Repaso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/01_Repaso.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/02_Scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/02_Scripts.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/03_Funciones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/03_Funciones.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/04_Modulos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/04_Modulos.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/05_BusqBinaria.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/05_BusqBinaria.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/06_Complejidad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/06_Complejidad.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/07_graficos_de_complejidad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/07_graficos_de_complejidad.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/08_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/08_Cierre.md -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/bbin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/bbin.png -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/compl_sec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/compl_sec.png -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/lin_cuad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/lin_cuad.png -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/lin_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/lin_log.png -------------------------------------------------------------------------------- /Notas/06_Organizacion_y_Complejidad/tabla_informe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/06_Organizacion_y_Complejidad/tabla_informe.py -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/00_Resumen.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/01_Repaso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/01_Repaso.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/02_Excepciones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/02_Excepciones.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/03_Modulo_principal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/03_Modulo_principal.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/04_Flexibilidad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/04_Flexibilidad.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/05_Especificacion_y_Documentacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/05_Especificacion_y_Documentacion.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/06_Estilo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/06_Estilo.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/07_Matplotlib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/07_Matplotlib.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/08_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/08_Cierre.md -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/RW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/RW.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/ex_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/ex_subplots.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_axes-2_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_axes-2_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_axes_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_axes_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_bar_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_bar_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_10_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_10_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_1_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_1_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_2_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_2_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_3_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_3_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_4_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_4_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_5_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_5_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_6_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_6_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_7_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_7_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_8_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_8_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_9_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_exercise_9_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_gridspec_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_gridspec_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_multiplot_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_multiplot_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_polar_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_polar_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_scatter_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_scatter_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_subplot-grid_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_subplot-grid_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_subplot-horizontal_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_subplot-horizontal_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_subplot-vertical_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/sphx_glr_plot_subplot-vertical_001.png -------------------------------------------------------------------------------- /Notas/07_Plt_Especificacion_y_Documentacion/wtf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/07_Plt_Especificacion_y_Documentacion/wtf.jpg -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/00_Resumen.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/01_Intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/01_Intro.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/02_Fechas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/02_Fechas.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/03_Archivos_y_Directorios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/03_Archivos_y_Directorios.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/04_Ordenando_archivos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/04_Ordenando_archivos.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/05_Pandas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/05_Pandas.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/06_Series_Temporales.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/06_Series_Temporales.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/07_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/07_Cierre.md -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure 2020-09-19 195806.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure 2020-09-19 195806.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175144.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175349.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175349.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175424.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175424.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175447.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175811.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175811.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175811_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175811_.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175902.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175902.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175902_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175902_.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175932.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175932.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure175932_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure175932_.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/Figure200027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/Figure200027.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/OBS_SHN_SF-BA.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/OBS_SHN_SF-BA.csv -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/OBS_Zarate_2013A.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/OBS_Zarate_2013A.csv -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/bajante1_19062019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/bajante1_19062019.jpg -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/bajante2_19062019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/bajante2_19062019.jpg -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/clase8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/clase8.py -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/cronica.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/cronica.jpg -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/cuadrada.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/cuadrada.gif -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/detrend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/detrend.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/ordenar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/ordenar.zip -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_10_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_10_0.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_5_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_5_1.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_7_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_7_0.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_7_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_7_1.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_8_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_8_1.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_8_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_8_3.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_9_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_9_1.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/output_9_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/output_9_3.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/phase_shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/phase_shift.png -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/sudestada1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/sudestada1.jpg -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/sudestada2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/sudestada2.jpg -------------------------------------------------------------------------------- /Notas/08_Fechas_Carpetas_y_Pandas/vectorial.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/08_Fechas_Carpetas_y_Pandas/vectorial.jpg -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/00_Resumen.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/01_Intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/01_Intro.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/02_Clases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/02_Clases.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/03_Herencia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/03_Herencia.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/04_Métodos_Especiales.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/04_Métodos_Especiales.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/05_Pilas_Colas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/05_Pilas_Colas.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/06_Teledeteccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/06_Teledeteccion.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/07_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/07_Cierre.md -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/clase9_clases_metesp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/clase9_clases_metesp.py -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/clase9_colas.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/clase9_colas.zip -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/colas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/colas.png -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/ejs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/ejs.zip -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/img.png -------------------------------------------------------------------------------- /Notas/09_Clases_y_Objetos/pilas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/09_Clases_y_Objetos/pilas.png -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/00_Resumen.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/01_Intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/01_Intro.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/02_protocolo_Iteracion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/02_protocolo_Iteracion.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/03_iteracion_a_medida.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/03_iteracion_a_medida.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/04_Producers_consumers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/04_Producers_consumers.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/05_Mas_generadores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/05_Mas_generadores.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/06_PredadorPresa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/06_PredadorPresa.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/07_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/07_Cierre.md -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/archivos_mercado.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/archivos_mercado.zip -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/img/antilope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/img/antilope.png -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/img/leon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/img/leon.png -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/img/piezas_tierra.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/img/piezas_tierra.svg -------------------------------------------------------------------------------- /Notas/10_Generadores_e_Iteradores/modelo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/10_Generadores_e_Iteradores/modelo.zip -------------------------------------------------------------------------------- /Notas/11_Recursion/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/00_Resumen.md -------------------------------------------------------------------------------- /Notas/11_Recursion/01_Introduccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/01_Introduccion.md -------------------------------------------------------------------------------- /Notas/11_Recursion/02_Recursion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/02_Recursion.md -------------------------------------------------------------------------------- /Notas/11_Recursion/03_Diseno_Recursivo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/03_Diseno_Recursivo.md -------------------------------------------------------------------------------- /Notas/11_Recursion/04_EjerciciosRec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/04_EjerciciosRec.md -------------------------------------------------------------------------------- /Notas/11_Recursion/05_Regresion_Lineal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/05_Regresion_Lineal.md -------------------------------------------------------------------------------- /Notas/11_Recursion/06_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/06_Cierre.md -------------------------------------------------------------------------------- /Notas/11_Recursion/280px-Fibonacci_spiral_34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/280px-Fibonacci_spiral_34.bmp -------------------------------------------------------------------------------- /Notas/11_Recursion/280px-Fibonacci_spiral_34.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/280px-Fibonacci_spiral_34.svg.png -------------------------------------------------------------------------------- /Notas/11_Recursion/AIC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/AIC.png -------------------------------------------------------------------------------- /Notas/11_Recursion/AN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/AN.png -------------------------------------------------------------------------------- /Notas/11_Recursion/PascalTriangleAnimated2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/PascalTriangleAnimated2.gif -------------------------------------------------------------------------------- /Notas/11_Recursion/cartel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/cartel.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ej0_ajuste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ej0_ajuste.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ej0_posiblesrectas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ej0_posiblesrectas.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ej0_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ej0_scatter.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ejcuad_ajusteconx2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ejcuad_ajusteconx2.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ejcuad_ajustecuad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ejcuad_ajustecuad.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ejcuad_ajustelineal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ejcuad_ajustelineal.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ejcuad_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ejcuad_scatter.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ejsint_ajuste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ejsint_ajuste.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ejsint_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ejsint_scatter.png -------------------------------------------------------------------------------- /Notas/11_Recursion/ejsk1_ajuste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/ejsk1_ajuste.png -------------------------------------------------------------------------------- /Notas/11_Recursion/eq_reg_lin_multiple.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/eq_reg_lin_multiple.gif -------------------------------------------------------------------------------- /Notas/11_Recursion/eq_reg_lin_multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/eq_reg_lin_multiple.png -------------------------------------------------------------------------------- /Notas/11_Recursion/eq_suma_de_cuadrados.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/eq_suma_de_cuadrados.gif -------------------------------------------------------------------------------- /Notas/11_Recursion/eq_suma_de_cuadrados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/eq_suma_de_cuadrados.png -------------------------------------------------------------------------------- /Notas/11_Recursion/fib5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/fib5.jpg -------------------------------------------------------------------------------- /Notas/11_Recursion/gauss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/gauss.jpg -------------------------------------------------------------------------------- /Notas/11_Recursion/longitudes_y_pesos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/longitudes_y_pesos.csv -------------------------------------------------------------------------------- /Notas/11_Recursion/overfitting_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/11_Recursion/overfitting_example.png -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/00_Resumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/00_Resumen.md -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/01_Introduccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/01_Introduccion.md -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/02_Ordenamiento_sencillo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/02_Ordenamiento_sencillo.md -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/03_Divide_and_Conquer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/03_Divide_and_Conquer.md -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/04_introduccion_al_AA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/04_introduccion_al_AA.md -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/05_Cierre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/05_Cierre.md -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/Bubble_sort_animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/Bubble_sort_animation.gif -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/Insertion-sort-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/Insertion-sort-animation.gif -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/Map1NN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/Map1NN.png -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/Merge-sort-example-300px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/Merge-sort-example-300px.gif -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/Selection-Sort-Animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/Selection-Sort-Animation.gif -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/arbol_recursion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/arbol_recursion.jpg -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/experimento_timeit_seleccion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/experimento_timeit_seleccion.jpg -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/insercion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/insercion.png -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/iris_petal_sepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/iris_petal_sepal.png -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/output_27_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/output_27_1.png -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/output_36_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/output_36_1.png -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/output_4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/output_4_1.png -------------------------------------------------------------------------------- /Notas/12_Ordenamiento/seleccion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/12_Ordenamiento/seleccion.png -------------------------------------------------------------------------------- /Notas/Codigo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/Codigo.md -------------------------------------------------------------------------------- /Notas/Contenidos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/Contenidos.md -------------------------------------------------------------------------------- /Notas/Cursada.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/Cursada.md -------------------------------------------------------------------------------- /Notas/Ejercicios.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/Ejercicios.zip -------------------------------------------------------------------------------- /Notas/Instalacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/Instalacion.md -------------------------------------------------------------------------------- /Notas/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/LICENSE.md -------------------------------------------------------------------------------- /Notas/Python_cloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/Python_cloud.jpg -------------------------------------------------------------------------------- /Notas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/README.md -------------------------------------------------------------------------------- /Notas/Slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/Slack.md -------------------------------------------------------------------------------- /Notas/graphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/graphics.png -------------------------------------------------------------------------------- /Notas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/index.md -------------------------------------------------------------------------------- /Notas/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Notas/mkdocs.yml -------------------------------------------------------------------------------- /Notas/requirements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programacion_Python_2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Programacion_Python_2022.pdf -------------------------------------------------------------------------------- /Python_cloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/Python_cloud.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/python-unsam/Programacion_en_Python_UNSAM/HEAD/README.md --------------------------------------------------------------------------------