Top "Python-idle" questions

IDLE is Python's Integrated Development and Learning Environment.

How do I print colored text in IDLE's terminal?

This is very easily a duplicate question--because it is. However, there are very many inadequate answers to this (e.g. …

python python-3.x colors python-idle
Python IDLE Not Working

I've recently been installing, uninstalling, and reinstalling different versions of Python and Pygame to get both working, as well as …

python python-idle python-3.2
Can I configure IDLE to automatically convert tabs to spaces?

I know that spaces are preferred over tabs in Python, so is there a way to easily convert tabs to …

python python-idle
iOS custom idle timer

In an iOS enterprise app i need to implement an idle timeout. The application's idleTimerDisabled property is set to yes, …

ios timeout python-idle
How to run two modules at the same time in IDLE

I am working on a super simple socket program and I have code for the client and code for the …

python sockets python-idle
Is there a way to configure the Application Pool's "Idle timeout" in web.config?

I know one can set the session timeout. But, if the application itself has received no requests for a given …

iis web-config application-pool python-idle
Why does Idle keep crashing? (Mac)

I just installed python 2.6 on Mac OS X (Snow Leopard) and when I start IDLE it keeps quitting! I removed …

python macos python-2.6 python-idle
No IDLE for Python 3?

I installed Python 3.1 yesterday on my Windows Vista PC, and was surprised to find that the version of IDLE is 2.6.4, …

python python-3.x python-idle
How to change default directory for IDLE in windows?

The installation directory is "d:\python2.7", and every time I open IDLE and click on menu File and Open item, …

python python-idle
Edit with IDLE (Python GUI) context menu on Windows 7

Under Windows XP I have a context menu entry "edit with IDLE" for Python source files. I tried to make …

python windows-7 contextmenu python-idle