I have become quite a fan of Python's built-in namedtuple collection lately. As others have already written, despite having been available in Python 2.x and 3.x for a long time now, namedtuple continues to be under-appreciated and under-utilised by many p... (more…)
Read more »
A nostalgic return to my youth and the online community that sparked my interest in computer programming. America Online 3.0 was where it all started for me,... (more…)
Read more »
This code in this post is in Python 3, but aside from “cosmetic” differences,such as next(g) vs g.next() it applies to Python 2 as well. (more…)
Read more »
This post describes an easy to use but effective workflow for building a python project from empty to be deploy-ready. (more…)
Read more »