MongoDB's asynchronous interface will require no callbacks in the next release.
A mysterious deadlock with PyMongo and Gevent.
The year in review: Motor, Toro, and asyncio.
I'm speaking at the Python Meetup and the MongoDB User Group in Austin, TX this week.
Pitfalls to avoid when submitting a patch to the core Python team.
How to avoid zombie threads in ancient versions of Python.
A fun series about a race condition I fixed in Python's threading implementation.
Announcing PyMongo 2.6.3, which fixes some connection-pool bugs and hardens the BSON parser.
How can you port a complex application from blocking to non-blocking style without rewriting all your code at once?