Curso-lenguaje-python/HolaMundo
Manuel Vergara d829239f8f Update course READMEs
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
2023-05-30 23:00:11 +02:00
..
01_calculadora.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
02_if01.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
02_if02.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
03_if_ternario.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
04_operaciones_corto_circuito.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
05_cadena_comparadores.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
06_loop_anidado.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
07_calculadora.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
07_calculadoraHolaMundo.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
08_funciones.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
09_args_indefinidos.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
10_palindromo.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
11_listas.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
12_listas_compresion_map_filter.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
13_tuplas_sets.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
14_diccionarios.py Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00
README.md Update course READMEs 2023-05-30 23:00:11 +02:00

Apuntes de python de holamundo

Estos apuntes y ejercicios en python han sido realizados viendo un vídeo de Holamundo de Nicolás Schürmann:

¡Te recomiendo que lo veas y hagas tus propios apuntes! Este repositorio es para mi uso personal, pero si te sirve de ayuda, ¡me alegro!

Quizá encuentres aquí cosas que no están en el vídeo, o viceversa, son apuntes personales 😊

Trabajados realizados en el curso