Interview on Distinguished Devs
Recently, Ben James reached out to me for an interview, to appear on his Distinguished Devs interview series.
Recently, Ben James reached out to me for an interview, to appear on his Distinguished Devs interview series.
So you are building an asyncio-based application, and like most production-quality systems, you need to log events throughout. Normally, you’d reach for the ...
I was interviewed for the excellent Talk Python to Me podcast, in Episode #86 on the subject of Stack Overflow, Python, and my connection to both!
Using a class decorator for applying a metaclass in both Python 2 and 3
Using a context manager to allow painless rewriting of files