Update exercises 27

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
Manuel Vergara 2023-10-10 00:09:52 +02:00
parent a0d26af9ed
commit 61d38a9b7b

View File

@ -6,15 +6,15 @@ Documento original en inglés: [Python with MondoDB](https://github.com/Asabeneh
Repasar [ejemplos](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/27_Day_Python_with_mongodb/27_python_with_mongodb.md) Repasar [ejemplos](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/27_Day_Python_with_mongodb/27_python_with_mongodb.md)
### Solución | Solución |
| ---------------------------------------------------------------------- |
[01_proof_conection_mongo.py](01_proof_conection_mongo.py) | [01_proof_conection_mongo.py](01_proof_conection_mongo.py) |
[02_connect_flask_app.py](02_connect_flask_app.py) | [02_connect_flask_app.py](02_connect_flask_app.py) |
[03_create_db_collection.py](03_create_db_collection.py) | [03_create_db_collection.py](03_create_db_collection.py) |
[04_Insert_many_docs_collection.py](04_Insert_many_docs_collection.py) | [04_Insert_many_docs_collection.py](04_Insert_many_docs_collection.py) |
[05_find.py](05_find.py) | [05_find.py](05_find.py) |
[06_find_query.py](06_find_query.py) | [06_find_query.py](06_find_query.py) |
[07_find_more_opcions.py](07_find_more_opcions.py) | [07_find_more_opcions.py](07_find_more_opcions.py) |
[08_delete_doc.py](08_delete_doc.py) | [08_delete_doc.py](08_delete_doc.py) |
[<< Day 26](../26_Desarrollo_web_en_Python/README.md) | [Day 28 >>](../28_API/README.md) [<< Day 26](../26_Desarrollo_web_en_Python/README.md) | [Day 28 >>](../28_API/README.md)