Python 2.7.18, the End of an Era
I'm eudaemonic to announce the immediate availability of Python 2.7.18. (more…)
Read more »
This is the fourth article in a series about writing my own SQL query builder. Today, we’ll rewrite it from scratch, explore API design, learn when to be lazy, and look at worse and better ways of doing things – all in 150 lines of Python! Read more