Which Python API should be used with Mongo DB and Django
- by Thomas
I have been going back and forth over which Python API to use when interacting with Mongo. I did a quick survey of the landscape and identified three leading candidates.
PyMongo
MongoEngine
Ming
If you were designing a new content-heavy website using the django framework, what API would you choose and why?
MongoEngine looks like it was built…