1 Answer
+ 1
Basically, IDLE is a python interpreter shell. So, if you need maximum of run and debug options gathered in a convenient way, you ought to get a full-featured IDE. There are lots of them, including those designed especially for Python like PyCharm (though kinda heavy) or Wing IDE, etc. Ipersonally use the later one.