Ever wonder why packaging a Python app and its dependencies as a single executable is such a pain? Blame it on the dynamism of Python.
How to back up SQLite databases the right way (not by copying them!) ...