python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Python installation on macos
enter image description hereenter image description hereI have a macos and recently installed python 3.6.3 version but the IDLE doesn't get open and send the message " this application cannot be ...
Marzie
Votes: 0
Answers: 1
Highlight text in Python Idle
So I'm revising my code and I'm wishing I could highlight just the part where I made a mistake so it would be easy to spot the mistake if I come back to it and learn from it....
#Don't Need True When ...
Minju
Votes: 0
Answers: 1
Launch IDLE (python 3.9) from start menu
currently we have an MSIX package deployed for python 3.9 on Windows 10 via app attach (vhd stage and register).
Everything works fine except the IDLE interpreter. Currently as a workaround we can ca...
Nalin Singh
Votes: 0
Answers: 0
BOT Telegram in Python run in IDLE but won't runs in terminal
I made a simple program in python to send a message in a group on telegram. The program works normally in IDLE (Jupyter/Spyder), however the program.py doesn't work when run directly by python.exe
imp...
Guilherme Laudino
Votes: 0
Answers: 0