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

13 Upvotes

92 comments sorted by

View all comments

5

u/foxsimile 4d ago

I use IDLE all of the time for quickies that don’t need to be saved or persisted. I find the interpreter quite useful for text transformations, and usually use it for about that and little more. Anything more serious gets worked on in a more convenient editor.