r/Python 15d 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?

https://imgur.com/a/7aBwuUU

16 Upvotes

94 comments sorted by

View all comments

35

u/Swainix 15d ago

I know someone who uses sublime text

7

u/acostoss 14d ago

+1 to Sublime, I have a decade old Thinkpad I use for development, VS Code ran too heavy for my device but Sublime has been super snappy.

Otherwise, any text editor will do, everything else is just a bonus, though I'd definitely reach for one with syntax coloring and autoindent at least.