Python Generators/Coroutines/Async IO with Examples
For a consulting work which I did, I used python asyncio and understood the difficulty within its simple syntax. It took a quite bit of… (more…)
Read more »
I get asked a lot if it really makes sense to write tests for software. The general answer is yes, but it depends with who you are working with, the complexity, life cycle of the project and many other factors. I would argue that is very hard to have a … Read more