Curso-lenguaje-python/HolaMundo
Manuel Vergara f4e9797c4b Restructure content and add notes from HolaMundo
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
2023-05-20 09:36:26 +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 Restructure content and add notes from HolaMundo 2023-05-20 09:36:26 +02:00

Apuntes de python de holamundo

Estos apuntes y ejercicios en python han sido realizados viendo un vídeo de Holamundo:

¡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!

Scripts del curso