Top "Python-idle" questions

IDLE is Python's Integrated Development and Learning Environment.

Any way to clear python's IDLE window?

I know there's a similar topic about python console, but I do not know if they are the same. I …

python python-idle
How to run a python script from IDLE interactive shell?

How do I run a python script from within the IDLE interactive shell? The following throws an error: >>&…

python shell command-line python-idle
How to start IDLE (Python editor) without using the shortcut on Windows Vista?

I'm trying to teach Komodo to fire up IDLE when I hit the right keystrokes. I can use the exact …

python python-idle komodo pywin
How to turn on line numbers in IDLE?

In the main shell of IDLE, errors always return a line number but the development environment doesn't even have line …

python python-idle
How to repeat last command in python interpreter shell?

How do I repeat the last command? The usual keys: Up, Ctrl+Up, Alt-p don't work. They produce nonsensical characters. (…

python shell virtualenv interpreter python-idle
How to remove tab indent from several lines in IDLE?

If you want to indent several lines in Python IDLE you just mark the lines and hit Tab. But what …

indentation python-idle code-editor
Terminating idle mysql connections

I see a lot of connections are open and remain idle for a long time, say 5 minutes. Is there any …

mysql timeout kill wait python-idle
how do I launch IDLE, the development environment for Python, on Mac OS 10.7?

I am running python 2.7.1. I can't figure out how to launch the IDLE IDE. I am told it comes already …

python python-idle
IDLE timeout parameter in Oracle

We are stuck in a situation where one of our processes is taking 3 hours of computing without touching the database. …

oracle connection python-idle