21 lines
828 B
Markdown
21 lines
828 B
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)
|