├── README.md └── ejemplos ├── 01_firma_digital.py ├── 02_encriptar_mensaje.py ├── 03_numero_primo.py ├── 04_factoriza_primos.py ├── 05_computacion_cuantica.py ├── 06_fuerza_bruta.py ├── 07_acortar_enlaces.py ├── 08_api_moneda.py ├── 09_trabaja_ficheros.py ├── 10_base_datos.py ├── 11_patrones_re.py ├── 12_analitica_futbol.py ├── 13_programa_tareas.py ├── 14_crea_graficas.py ├── 15_redes_neuronales.py ├── 16_logs_verbosity.py ├── 17_calculo_simbolico.py ├── 18_juego_pygame.py ├── 19_scrapping_web.py ├── 20_unir_pdfs.py ├── 21_manejar_excel.py ├── 22_benchmark_timeit.py ├── 23_rotar_imagen.py ├── 24_simulacion_simpy.py ├── 25_coordenadas_geopy.py ├── 26_genetica_biopython.py ├── 27_visualizar_molecula.py ├── 28_polinomios_numpy.py ├── 29_simular_apuesta.py ├── 30_montecarlo_numpy.py ├── 31_analisis_financiero.py ├── 32_programacion_asincrona.py ├── 33_baraja_poker.py ├── 34_barajar_cartas.py ├── 35_ordenar_bubblesort.py ├── 36_convertir_binario.py ├── 37_codigo_c.c ├── 37_codigo_c.py ├── 38_martingala.py ├── 39_cuenta_atras.py ├── 40_calcular_impuestos.py ├── 41_interactivo_bokeh.py ├── 42_calcula_hipoteca.py ├── 43_quijote_wordcloud.py ├── 43_quijote_wordcloud.txt ├── 44_ejecutables_pyinstaller.py ├── 45_interes_compuesto.py ├── 46_encuentra_numero.py ├── 47_comprime_informacion.py ├── 48_interfaz_usuario.py ├── 49_dashboard_streamlit.csv ├── 49_dashboard_streamlit.py └── 50_problema_mochila.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/README.md -------------------------------------------------------------------------------- /ejemplos/01_firma_digital.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/01_firma_digital.py -------------------------------------------------------------------------------- /ejemplos/02_encriptar_mensaje.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/02_encriptar_mensaje.py -------------------------------------------------------------------------------- /ejemplos/03_numero_primo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/03_numero_primo.py -------------------------------------------------------------------------------- /ejemplos/04_factoriza_primos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/04_factoriza_primos.py -------------------------------------------------------------------------------- /ejemplos/05_computacion_cuantica.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/05_computacion_cuantica.py -------------------------------------------------------------------------------- /ejemplos/06_fuerza_bruta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/06_fuerza_bruta.py -------------------------------------------------------------------------------- /ejemplos/07_acortar_enlaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/07_acortar_enlaces.py -------------------------------------------------------------------------------- /ejemplos/08_api_moneda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/08_api_moneda.py -------------------------------------------------------------------------------- /ejemplos/09_trabaja_ficheros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/09_trabaja_ficheros.py -------------------------------------------------------------------------------- /ejemplos/10_base_datos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/10_base_datos.py -------------------------------------------------------------------------------- /ejemplos/11_patrones_re.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/11_patrones_re.py -------------------------------------------------------------------------------- /ejemplos/12_analitica_futbol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/12_analitica_futbol.py -------------------------------------------------------------------------------- /ejemplos/13_programa_tareas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/13_programa_tareas.py -------------------------------------------------------------------------------- /ejemplos/14_crea_graficas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/14_crea_graficas.py -------------------------------------------------------------------------------- /ejemplos/15_redes_neuronales.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/15_redes_neuronales.py -------------------------------------------------------------------------------- /ejemplos/16_logs_verbosity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/16_logs_verbosity.py -------------------------------------------------------------------------------- /ejemplos/17_calculo_simbolico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/17_calculo_simbolico.py -------------------------------------------------------------------------------- /ejemplos/18_juego_pygame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/18_juego_pygame.py -------------------------------------------------------------------------------- /ejemplos/19_scrapping_web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/19_scrapping_web.py -------------------------------------------------------------------------------- /ejemplos/20_unir_pdfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/20_unir_pdfs.py -------------------------------------------------------------------------------- /ejemplos/21_manejar_excel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/21_manejar_excel.py -------------------------------------------------------------------------------- /ejemplos/22_benchmark_timeit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/22_benchmark_timeit.py -------------------------------------------------------------------------------- /ejemplos/23_rotar_imagen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/23_rotar_imagen.py -------------------------------------------------------------------------------- /ejemplos/24_simulacion_simpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/24_simulacion_simpy.py -------------------------------------------------------------------------------- /ejemplos/25_coordenadas_geopy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/25_coordenadas_geopy.py -------------------------------------------------------------------------------- /ejemplos/26_genetica_biopython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/26_genetica_biopython.py -------------------------------------------------------------------------------- /ejemplos/27_visualizar_molecula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/27_visualizar_molecula.py -------------------------------------------------------------------------------- /ejemplos/28_polinomios_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/28_polinomios_numpy.py -------------------------------------------------------------------------------- /ejemplos/29_simular_apuesta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/29_simular_apuesta.py -------------------------------------------------------------------------------- /ejemplos/30_montecarlo_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/30_montecarlo_numpy.py -------------------------------------------------------------------------------- /ejemplos/31_analisis_financiero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/31_analisis_financiero.py -------------------------------------------------------------------------------- /ejemplos/32_programacion_asincrona.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/32_programacion_asincrona.py -------------------------------------------------------------------------------- /ejemplos/33_baraja_poker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/33_baraja_poker.py -------------------------------------------------------------------------------- /ejemplos/34_barajar_cartas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/34_barajar_cartas.py -------------------------------------------------------------------------------- /ejemplos/35_ordenar_bubblesort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/35_ordenar_bubblesort.py -------------------------------------------------------------------------------- /ejemplos/36_convertir_binario.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/36_convertir_binario.py -------------------------------------------------------------------------------- /ejemplos/37_codigo_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/37_codigo_c.c -------------------------------------------------------------------------------- /ejemplos/37_codigo_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/37_codigo_c.py -------------------------------------------------------------------------------- /ejemplos/38_martingala.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/38_martingala.py -------------------------------------------------------------------------------- /ejemplos/39_cuenta_atras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/39_cuenta_atras.py -------------------------------------------------------------------------------- /ejemplos/40_calcular_impuestos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/40_calcular_impuestos.py -------------------------------------------------------------------------------- /ejemplos/41_interactivo_bokeh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/41_interactivo_bokeh.py -------------------------------------------------------------------------------- /ejemplos/42_calcula_hipoteca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/42_calcula_hipoteca.py -------------------------------------------------------------------------------- /ejemplos/43_quijote_wordcloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/43_quijote_wordcloud.py -------------------------------------------------------------------------------- /ejemplos/43_quijote_wordcloud.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/43_quijote_wordcloud.txt -------------------------------------------------------------------------------- /ejemplos/44_ejecutables_pyinstaller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/44_ejecutables_pyinstaller.py -------------------------------------------------------------------------------- /ejemplos/45_interes_compuesto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/45_interes_compuesto.py -------------------------------------------------------------------------------- /ejemplos/46_encuentra_numero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/46_encuentra_numero.py -------------------------------------------------------------------------------- /ejemplos/47_comprime_informacion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/47_comprime_informacion.py -------------------------------------------------------------------------------- /ejemplos/48_interfaz_usuario.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/48_interfaz_usuario.py -------------------------------------------------------------------------------- /ejemplos/49_dashboard_streamlit.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/49_dashboard_streamlit.csv -------------------------------------------------------------------------------- /ejemplos/49_dashboard_streamlit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/49_dashboard_streamlit.py -------------------------------------------------------------------------------- /ejemplos/50_problema_mochila.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellibrodepython/50-ejemplos-python/HEAD/ejemplos/50_problema_mochila.py --------------------------------------------------------------------------------