2023-09-18 01:00:26 +02:00
|
|
|
# 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
|
|
|
|
|
2023-09-27 01:21:16 +02:00
|
|
|
1. Construirás esta [aplicación](https://thirtydaysofpython-v1-final.herokuapp.com/). Solo queda la parte del analizador de texto.
|
|
|
|
|
2023-10-09 00:00:03 +02:00
|
|
|
[Solución](./web/)
|
|
|
|
|
2023-09-27 01:21:16 +02:00
|
|
|
[<< Day 25](../25_Pandas/README.md) | [Day 27 >>](../27_Python_con_MongoDB/README.md)
|