Curso-lenguaje-python/30-days-of-python/27_Python_con_MongoDB/README.md
Manuel Vergara 61d38a9b7b Update exercises 27
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
2023-10-10 00:09:52 +02:00

21 lines
1.1 KiB
Markdown

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