Python Forum

Full Version: Idle debugger pops up Run.py - library?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm learning Python basics using Python IDLE. When I step through code I keep getting a page of incomprehensible data with the following heading: "Run.py – C:\Users\sfn22\AppData\Local\Programs\Python\Python39\lib\idlelib\run.py (3.9.5)." That page obscures the shell page. Is there a way to turn it off? Any help will be much appreciated. Fred
IDLE is not a good IDE, even though it comes with Python.
There are many choices, google 'Python IDE'
VSCode is my choice: https://code.visualstudio.com/
PyCharm community edition is another good one: https://www.jetbrains.com/pycharm/downlo...tion=linux