-
Nov 04, 2023
Understanding Emacs packages for Python
An overview of emacs packages for Python, including a mild rant about confusing package names.
-
Mar 19, 2014
Toolbox: histit.py
A command line tool to quickly plot histograms based on matplotlib
-
May 23, 2013
A look at some of Python's useful itertools
.. with examples and use cases
-
Mar 01, 2013
Python generators and being lazy
A post/tutorial on Python generators with examples