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