I am brand new to python and I'm using IDLE. However, as I learn, it is very tedious to retype an entire class over and over again at the prompt while I work out small syntax errors.
I would love to simply write a .py script in notepad++ and load it from the IDLE prompt. How is this done?
I'm using Windows not UNIX/Linux or Mac
ipythonwhich allows you to edit previous commands (hit the up arrow) in addition to many other features.