time-saving

Dynamic Automatic Text Inserting

Does such a thing exist where you can set up automatic text insertion shortcuts, but they can be dynamic? A lot of work I'm doing involves a lot of changes to code, and I've found that I'm copy-pasting my MOD-string hundreds of times, and it can get lost in the other copy-paste objects. Basically, I want to know if there's something I ...

starting Python IDLE from command line to edit scripts

I am working on a project which has about 15 files that I edit often. So in the past, when I start up IDLE, I open those 15 files for editing individually. I simply wonder if there is a way to automate this, via a .bat file or something. I'm not too good with command line, but I did a bit of research. I came across this page: http://doc...