path python module
Friday, December 3rd, 2004I don’t think I’ve mentioned the path python module in detail before, so I will now.
It’s amazingly useful, and so much more intuitive than the standard library equivalents (os.path, etc.). If you’re like me, and you never got the hang of iteration or recursion in bash scripting, this module is for you.
I’m using it […]