Python is awesome because it's one of the easiest languages to learn and lets you prototype incredibly fast. However, that convenience often hides major inefficiencies that can seriously slow things ...
Every once in a while, I find myself wanting to save a copy of the file I'm currently editing with a timestamp added to the filename. The reason is that I want to keep the original file as it is. But ...