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

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

"syntaxerror: Invalid Syntax" When Trying To Run A .py Script From Idle In Command Prompt

I just started learning python. I created a simple .py file using the IDLE editor and I am trying t… Read more "syntaxerror: Invalid Syntax" When Trying To Run A .py Script From Idle In Command Prompt

Writing To A File Prints Integers To My Idle Shell

Writing to a file prints integers to my IDLE shell. They seem to range from 15-40 and there's o… Read more Writing To A File Prints Integers To My Idle Shell

Mysql Connection Timeout, Inactivity

I have MySQL server installed and I would like it to stop dropping inactive connections. Which opti… Read more Mysql Connection Timeout, Inactivity

Idle-python3.2 Not Starting: Complains Of Nameerror: Name 'tk' Is Not Defined

running linux mint 13 idle-python3.2 did work from the terminal before, now it does not. Calling i… Read more Idle-python3.2 Not Starting: Complains Of Nameerror: Name 'tk' Is Not Defined

Detect Change Of Browser Tabs With Javascript

is there some way of detecting using javascript that a user has switched to a different tab in the … Read more Detect Change Of Browser Tabs With Javascript

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?

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

Idle Crash When Opening On Mac Os X

I recently attempted to install python 3.2 along with IDLE 3 on my macbook pro. I successfully inst… Read more Idle Crash When Opening On Mac Os X

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 - Uppercase And Lowercase

In my code it is; If 'Laia' in name: But how do I make it so even if they input; LaIa or l… Read more Python - Uppercase And Lowercase

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

Idlex 1.13 : Unable To Located "idlexlib"

I really like IDLE because it's simple and intuitive, not to mention it is lightweight, but one… Read more Idlex 1.13 : Unable To Located "idlexlib"

How Do I Pass Variables Around In Python?

I want to make a text-based fighting game, but in order to do so I need to use several functions an… Read more How Do I Pass Variables Around In Python?

Edit With IDLE Disappeared For .py Files

I used to have the Edit with IDLE option when I right-clicked on .py files but I uninstalled/reinst… Read more Edit With IDLE Disappeared For .py Files

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