Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Idle

Change Printed Text Color In Idle?

Is there a way to specify the color a text is printed within Idle for Python 3.2? I'm looking f… Read more Change Printed Text Color In Idle?

Change Idle Shell Window Title

I'm using multiple instances (idle/shell) of python and they both have the same title ('Pyt… Read more Change Idle Shell Window Title

Python & Pygame: Can't Get Out Of Paused State

I'm new to Python and Pygame and I programmed a little game and tried to implement a pause menu… Read more Python & Pygame: Can't Get Out Of Paused State

Importing From A Package In Idle Vs Shell

Importing a whole package works in IDLE, but not in shell. The following works fine in IDLE: import… Read more Importing From A Package In Idle Vs Shell

Python - Ctrl L Does Not Work

Attempting to use Ctrl+L for clearing Power Sheel in Python 2.7.8 I get no response. Is there any … Read more Python - Ctrl L Does Not Work

Run Python In Vscode In Python Shell Like Idle

I am well aware of the thread How to execute Python code from within Visual Studio Code But none of… Read more Run Python In Vscode In Python Shell Like Idle

How Can I Create My Own "hint" When Calling A Function In Idle?

I know my question might be confusing, it's hard to ask something you don't know what it is… Read more How Can I Create My Own "hint" When Calling A Function In Idle?

No Output From Process Using Multiprocessing

I am a beginner in multiprocessing, can anyone tell me why this does not produce any output? import… Read more No Output From Process Using Multiprocessing

How To Prevent Python Idle From Restarting When Running New Script

I use Python 3.6.1 IDLE. I'd like to be able to run a sequence of scripts while maintaining the… Read more How To Prevent Python Idle From Restarting When Running New Script

How To Solve Modulenotfound Error In Idle?

I am using ubuntu 18.04. I first installed Python along with anacondafrom terminal whose version is… Read more How To Solve Modulenotfound Error In Idle?

How To Set Python Executable Path In Idle?

I've been using Python only a couple years, primarily through Jupyter notebooks and Spyder, whi… Read more How To Set Python Executable Path In Idle?

Control - Z In Python Code

In IDLE, there's no clear screen, and after reading the forums the best method is plainly to pr… Read more Control - Z In Python Code

Clear Line In The Python Idle Shell

Is there a keyboard shortcut to clear a line for the Python IDLE shell? I know Ctrl-K works if you … Read more Clear Line In The Python Idle Shell

Python Idle Syntax Coloring (highlighting) Of Print Inconsistent?

Is Python IDLE consistent regarding syntax coloring (highlighting) of print? I tested using IDLE 2.… Read more Python Idle Syntax Coloring (highlighting) Of Print Inconsistent?

Python Idle Freezes

This is absolutely frustrating, but I am not sure if the following is an issue only on my machine o… Read more Python Idle Freezes

Is It Possible To Print A String At A Certain Screen Position Inside Idle?

EDIT: I just discovered that it's possible to obtain a similar behaviour by using the standard … Read more Is It Possible To Print A String At A Certain Screen Position Inside Idle?

How Do I Make Backslash (\) Work In Idle?

I use a Mac and I use Shift + Alt + / when I want to type a \. I'm trying to learn Python and a… Read more How Do I Make Backslash (\) Work In Idle?

Port Binding Error, On Python Opening

When I open Python's IDLE, sometimes and error name 'port binding error' is accrues, an… Read more Port Binding Error, On Python Opening

What Does "== Restart ==" In The Idle Shell Mean?

I have a simple script I wrote, and when trying to run it (F5) , I get this msg: =================… Read more What Does "== Restart ==" In The Idle Shell Mean?

Trouble Importing Module In Python 2.7

My Mac computer has Python 3.6 and Python 2.7 and I have successfully installed the basic modules s… Read more Trouble Importing Module In Python 2.7