Skip to content

Commit 9ccd70b

Browse files
committed
last
1 parent 4fdc9a0 commit 9ccd70b

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

.obsidian/workspace.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@
44
"type": "split",
55
"children": [
66
{
7-
"id": "62b22a8ab0861e57",
7+
"id": "f31f0c21aed8d515",
88
"type": "tabs",
99
"children": [
1010
{
11-
"id": "fb415350e3228486",
11+
"id": "901c28c30befe71e",
1212
"type": "leaf",
1313
"state": {
14-
"type": "markdown",
15-
"state": {
16-
"file": "Hello-Python/Intermediate/CLASE_06_FILE_HANDLING.md",
17-
"mode": "preview",
18-
"source": false
19-
},
14+
"type": "empty",
15+
"state": {},
2016
"icon": "lucide-file",
21-
"title": "CLASE_06_FILE_HANDLING"
17+
"title": "Nueva pestaña"
2218
}
2319
}
2420
]
@@ -169,8 +165,9 @@
169165
"bases:Crear nueva base": false
170166
}
171167
},
172-
"active": "fb415350e3228486",
168+
"active": "d945bcf40f31590d",
173169
"lastOpenFiles": [
170+
"Hello-Python/Intermediate/CLASE_06_FILE_HANDLING.md",
174171
"Hello-Python/Basic/CLASE_06.md",
175172
"Hello-Python/Basic/CLASE_03.md",
176173
"Hello-Python/archive/HelloPython copia.md",

Hello-Python/Intermediate/CLASE_07_REGEX.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ if __name__ == "__main__":
145145
```
146146

147147
## Micro-kata (15-18 min)
148+
148149
- **Ejercicio 1**: Crea un validador de números de tarjeta de crédito.
149150
- **Ejercicio 2**: Implementa un extractor de hashtags de redes sociales.
150151
- **Ejercicio 3**: Desarrolla un validador de contraseñas seguras.
@@ -194,7 +195,7 @@ if __name__ == "__main__":
194195
## Prueba/ejecución (opcional)
195196

196197
- Ejecuta `Intermediate/07_regular_expressions.py` para ver las demos.
197-
- Prueba tus patrones en https://regex101.com/
198+
- Prueba tus patrones en <https://regex101.com/>
198199
- Crea un banco de pruebas para tus validadores.
199200

200201
## Material de apoyo

Hello-Python/Intermediate/CLASE_08_PACKAGE_MANAGER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ if __name__ == "__main__":
247247
## Material de apoyo
248248

249249
- Código de referencia: `Intermediate/08_python_package_manager.py`
250-
- PyPI: https://pypi.org/
251-
- Documentación: https://packaging.python.org/
250+
- PyPI: <https://pypi.org/>
251+
- Documentación: <https://packaging.python.org/>
252252
- Herramientas modernas: Poetry, Pipenv, Hatch
253253
- Tutorial: "Packaging Python Projects" en docs.python.org
254254

0 commit comments

Comments
 (0)