Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
89 views

When I run this code using IDLE in windows, it spawns a temporary cmd window that disappears shortly thereafter. import numpy as np import matplotlib.pyplot as plt from sklearn.mixture import ...
KBriggs's user avatar
  • 1,498
0 votes
2 answers
58 views

MultiProcessing doesn't correctly show results in IDLE's output window, but it does show in IntelliJ / commandPrompt's Output window. I'm trying to run: python -m idlelib But my environment variable ...
glewi3's user avatar
  • 21
-1 votes
4 answers
150 views

So I'm learning Python in a Coursera Google course, which provides instructional code inside a Jupyter notebook page. But in addition to the Jupyter page, I primarily use the IDLE Shell and scratchpad ...
Rodney's user avatar
  • 29
0 votes
2 answers
58 views

I have a simple Python code written in VS code to print an array: import numpy as np # Importing the NumPy library # Creating a 1D array array_1d = np.array([1, 2, 3, 4, 5]) print("1D Array:&...
Developer's user avatar
-1 votes
1 answer
2k views

import mysql.connector mydb = mysql.connector.connect(host="localhost", user="root", password="123456") if mysql.connector.is_connected(): print("connected")...
Nilesh Pant's user avatar
1 vote
0 answers
139 views

I am a beginner developer and I've been trying to code some basic tkinter shapes. When I run it in the pyhon-mage ide called IDLE, there is no problem. However, when I try to run it in Visual Studio ...
Marián Fedorco's user avatar
0 votes
0 answers
179 views

Traceback (most recent call last): File "/usr/bin/idle", line 5, in \<module\> main() File "/usr/lib/python3.10/idlelib/pyshell.py", line 1617, in main root = Tk(...
JS- blueslowtime's user avatar
0 votes
1 answer
80 views

I am unable to persuade this system to accept my question because it tells me that I should indent my code by 4 spaces. As far as I can tell it is all properly indented, as it runs properly within ...
Paul953's user avatar
0 votes
2 answers
208 views

I an unable to run Python IDLE using command prompt on windows 10 OS. C:\Windows\System32>IDLE 'IDLE' is not recognized as an internal or external command, operable program or batch file. C:\...
blehbleh's user avatar
0 votes
1 answer
87 views

whenever im using import pandas as pd it isn't working other than that anything like import math module is working. it shows "RESTART: shell". i am unable to install any other IDE so i am ...
Savi Sharma's user avatar
1 vote
0 answers
53 views

I am using python to encrypt and decrypt stream ciphers. It works perfectly fine on the idle editor shell when I run it but I get messed up outputs when I try to run the code with the python terminal (...
Arif Mohammadi's user avatar
0 votes
0 answers
304 views

I'm very new to programming and am learning Python through Automate the Boring Stuff. I'm looking at While Loops and put the following into the file editor window: name = '' while name != 'your name': ...
user24138069's user avatar
0 votes
3 answers
579 views

While I'm using Python's IDLE, the font size of menus and submenus is very small. In the editor window the font size is 14. On a large 4K monitor, working with files is fine but sometimes if I need to ...
smat70xc's user avatar
1 vote
1 answer
792 views

I am unable to wrap text in the script window in Python IDLE 3.12.2 . I saw the previous solutions of clicking on Configure IDLE and then clicking on the General Tab, but this does not exist anymore. ...
rockpinkfloyd14's user avatar
-2 votes
1 answer
458 views

The title says it: I did pip install idle, after upgrading pip. Now I get this: % idle macOS 11 (1107) or later required, have instead 11 (1106) ! zsh: abort idle My Mac About says: BigSur 11.7 ...
AlbertCory's user avatar

15 30 50 per page
1
2 3 4 5
97