- Announcing PyMongo 3.0.1
Fixes a few critical bugs discovered in PyMongo 3.0.
- Vote For Me At Open Source Bridge!
A shameless plug for my three talk proposals.
- PyCon Video: "Eventually Correct: Async Testing"
My PyCon 2015 talk about testing asynchronous code with Tornado's included AsyncTestCase.
- Screencast of "Eventually Correct: Async Testing With Tornado"
In video form with closed captions, my talk about testing asynchronous Python code.
- Eventually Correct: Async Testing With Tornado
Event-loop management, error handling, and coroutines as unittests.
- 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.