Python Forum

Full Version: Using IDLE, bug when clicking code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

When using IDLE, I click on my code and it selects the row of code above, for example (look below) if I click on the end of the "print('Hello')" line, it will select the end of the "print('No')" line of text/code.

Demo text:

print('No')
print('Hello')
Help would be appreciate.


Cheers
IDLE is probably considered the worst IDE's out there. Unfortunately, it is packaged with python on Windows. I would suggest to use a different IDE.
@metalburr What would you recommend?

P.S Thank you @Yoriz
any other one that that one. Its all based on preference. Some people like huge IDE's that does everything for you, some people like simple text editors with the bare minimum. Some people dont want a GUI at all (Vim).

Here is a list of common ones
https://www.softwaretestinghelp.com/pyth...e-editors/

list of IDE's
https://wiki.python.org/moin/IntegratedD...vironments
list of editors
https://wiki.python.org/moin/PythonEditors
Notepad++ ?