Collection of notes and examples on python
-
Updated
Apr 24, 2020 - Python
Collection of notes and examples on python
Python Reto #5 — Filtrar números pares de una lista
Python Reto #10 — Normalizar nombres (trim + title case)
Python Reto #16 — Merge de dos listas ordenadas
Python Reto #18 — Ordenar una lista de diccionarios por múltiples campos
Python Reto #20 — Manejo robusto de errores (try/except bien hecho)
Python Reto #14 — Eliminar duplicados preservando el orden
Python Reto #19 — Generador de contraseñas (con reglas)
Python Reto #9 — Contar vocales en una cadena
Python Reto #17 — Contar ocurrencias con collections.Counter (comparativa)
Python Reto #11 — Validar email (reglas simples)
Python Reto #7 — Sumar valores en una lista (sin usar sum)
Python Reto #21 — Parsear logs y extraer métricas
Python Reto #13 — Agrupar elementos por clave
Python Reto #6 — Palíndromo (ignorando espacios y mayúsculas)
Basic programs created when learning Python
Python Reto #4 — Frecuencia de caracteres en una cadena
Python Reto #3 — Encontrar el máximo en una lista
Python Reto #8 — FizzBuzz (versión limpia y testeable)
Add a description, image, and links to the learning-python-fundamentals topic page so that developers can more easily learn about it.
To associate your repository with the learning-python-fundamentals topic, visit your repo's landing page and select "manage topics."