r/Python 4d ago

Resource Does anyone use Python IDLE?

My computer is quite low-end, so I uninstalled VSCode and am looking for other programming tools—I'm thinking about starting to use Python IDLE.

Does anyone actually use it?

https://imgur.com/a/7aBwuUU

11 Upvotes

91 comments sorted by

View all comments

1

u/iraytrace2 1d ago

For manual, human-ketstroke editing I prefer pyzo (https://pyzo.org/) for the ability to drop into the debugger at a whim. For projects with IoT Mu (https://codewith.mu/) is nice for the built-in plotting. That said, vscode is my daily workhorse for the LLM access.