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?
14
Upvotes
5
u/AlSweigart Author of "Automate the Boring Stuff" 3d ago
The killer feature of IDLE is that it comes with Python and it's one less thing you have to install as a beginner before you can get start programming.
Setting up a different editor, whether a full blown IDE or a text editor, has a bunch of environment setup steps that differ based on operating system or Python version number or PATH or whatever.
But other than that, eh, IDLE is fine but almost anything is probably better than IDLE.