Curso-lenguaje-python/30-days-of-python/26_Desarrollo_web_en_Python/README.md
Manuel Vergara 08d20fee61 Add exercises 26
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
2023-10-09 00:00:03 +02:00

12 lines
423 B
Markdown

# Desarrollo web en Python
Documento original en inglés: [Python web](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/26_Day_Python_web/26_python_web.md)
## Ejercicios
1. Construirás esta [aplicación](https://thirtydaysofpython-v1-final.herokuapp.com/). Solo queda la parte del analizador de texto.
[Solución](./web/)
[<< Day 25](../25_Pandas/README.md) | [Day 27 >>](../27_Python_con_MongoDB/README.md)