I have been doing most all of my python programming in a linux bash shell. I mean I run all of my scripts from a bash shell. If my script produces an error(hardly ever happens :-), the error is outputted to the shell, so I am able to fix it.
when I run a script on windows if it errors, the window just closes, so i do not know what the error is. Is their a way to keep the window open to see where my script went wrong?
edit added later//
I have been writing my scripts in notepad2(need to install dr python) and saving them as filename.py. then I run them by clicking on the script.