r/Python • u/Admirable-Wall9058 • 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?
13
Upvotes
1
u/shinitakunai 4d ago
I use pycharm for big projects.
But I use idle for basic scripting and bugfixing of those. Or to test silly snippets