The Joy Of Typed Python
If I am to start working on a new project today, I would hesitate to attempt it in a language that does not have compile-time type checking. However, I do ha...
If I am to start working on a new project today, I would hesitate to attempt it in a language that does not have compile-time type checking. However, I do ha...
My thought on use of debuggers is something of an evolving opinion.
I hear about Agile sometimes from co-workers, spoken either with reverence or absolute disgust. And no discussion on Agile is complete without a rant on its ...
The following will be a short post, introspecting on the lessons learnt over the past year.
At work, we use a Python Tornado based API server that now uses an asyncio based event loop. Event loop based API servers (like Tornado via python asyncio, ...