Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
2k views

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 ...
1
vote
2answers
85 views

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 ...