Most voted "idle-ide" questions
IDLE is an integrated development environment for Python, which is released in every release of the programming tool since version 2.3. It is not included in the python package included with many Linux distributions. It is completely written in Python and with the Tkinter GUI toolkit (packaging functions for Tcl/Tk). If the question is not about "IDLE", do not use this tag, even if you are using "IDLE" in your project.
Learn more…7 questions
Sort by count of
-
3
votes1
answer229
viewsIDLE: Your Python may not be configured for Tk
I’m trying to use Python in Slackware, in Ubuntu I know how it is, but in Slackware I couldn’t. When I type in the terminal idle to open Python, the following message is displayed: Your Python may…
-
3
votes1
answer812
viewsComparison between two Python objects using id() function with different result
Researching, I noticed that the function id() returns an integer and that guarantees to be unique and constant to the object. When comparing two objects I got different results, which may have…
-
1
votes1
answer3762
viewsClear the IDLE contents with a command
I’m creating a database which generates tables, but for the graphical part I’m not using any particular bookstore, like Tkinter, but only IDLE and some prompts. But I would like to improve the menu…
-
1
votes0
answers190
viewsHow can I use IDLE with Anaconda?
I am using Anaconda because it contains several tools for python development, but I feel limited because I cannot open the libraries installed in Anaconda using IDLE. Anaconda has an IDLE version…
-
0
votes2
answers78
views -
0
votes1
answer48
viewsGood evening I made a poll/poll code, but it’s not computing the vote when it’s said by name instead of number
I made a line of code to do a search on a street to find out which channel people watch, and I put it to compute the vote by channel number or channel name, but it only computes the votes made by…
-
-1
votes2
answers1462
viewsHow to clear Python’s Idle screen?
How to clear the Python Idle screen? After several entries it becomes polluted and bad to visualize. This is possible in a practical way?