- Announcing libbson and libmongoc 1.1.5
Bugfix releases for the MongoDB C libraries.
- Announcing PyMongo 3.0.2
Fixes bugs discovered in PyMongo 3.0.1.
- Announcing PyMongo 2.8.1
Bugfix release for PyMongo 2.8.
- Download Stats By Python Version: PyMongo, Motor, Tornado
Some pretty charts about relative Python version usages from Donald Stufft.
- Samantha Ritter And Me At Open Source Bridge 2015
We'll speak about driver spec compliance, and I'll do a talk on asyncio coroutines.
- Announcing PyMongo 3
This is a partial rewrite of the Python driver for MongoDB, our biggest and best release ever.
- Talk Python To Me Podcast: Python and MongoDB
Michael Kennedy interviewed me about my career as a Python programmer and how I came to work for MongoDB. We discussed PyMongo, Motor, and Monary.
- PyPy, Garbage Collection, And A Deadlock
Yet another danger of __del__.
- Response to "Asynchronous Python and Databases"
Some thoughts on Mike Bayer's excellent article about asyncio, database drivers, and performance.
- PyMongo And Key Order In Subdocuments
Workarounds for a common irritation using Python and MongoDB.