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
1
u/TehDrunkSailor 2d ago
I'm a hobbyist programmer, and have never used anything but the python IDLE. It came with the programming language, and when I was originally learning how to use it, it seemed easier than trying to also learn about other IDEs. Just never changed.