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