The most in depth article about the Zen of Python with a most authentic commentary. It sharpens your Pythonic insights. (more…)
Read more »
I recently had a small visualization that I wanted to do: Given a 3D stack of images, plot them with the ability to interactively flip through the stack. Also, I wanted to have it work on a static site like Github Pages (e.g. this site). (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 »
Looks like you've followed a broken link or entered a URL that doesn't exist on this site. (more…)
Read more »