Top "Python-idle" questions

IDLE is Python's Integrated Development and Learning Environment.

keyboard short cut for accessing previous statements in python IDLE using a Mac

Is there a keyboard short cut for accessing previous statements in python IDLE? I am using a Mac Thanks

python keyboard-shortcuts python-idle
Set Python IDLE as Default Program to Open .py Extensions

I am on Windows 7. I have Python 2.7.8 (64 bit) installed. Today, I changed the default program that opens .py files from …

python python-2.7 python-idle
IDLE won't highlight my syntax

Using IDLE and Python version 2.7.3. Only when I start a new file it highlights for a few lines and then …

python syntax-highlighting python-idle
How to physically print python code in color from IDLE?

I have searched for an answer to this but the related solutions seem to concern 'print'ing in the interpreter. I …

python python-2.7 printing syntax-highlighting python-idle
after pip successful installed: ModuleNotFoundError

I am trying to install the SimPy module so that I can use it in IDLE. However, everytime I try …

python module pip python-idle
How do I restart the IDLE Python Shell in Linux?

In IDLE on Windows, on the menu bar, there is a Shell menu. One of the items on the Shell …

python shell python-idle
Pasting multiple lines into IDLE

Is there a way to paste a block of code into IDLE? Pasting line by line works, but sometimes I'd …

python python-idle
Idle and Anaconda

I use to have idle. Then I downloaded Anaconda and opened idle through there. I have not used idle for …

python anaconda python-idle
Import a script in IDLE

This has probably been asked before, and is really basic, but: I'm using Windows 7. I have Idle for Python 2.4.4 and 3.1. …

python python-idle
Convert JSON to CSV using Python (Idle)

I have a JSON file of Latitude/Longitude that I want to covert to a CSV file. I want to …

python json csv python-idle