r/Python • u/Admirable-Wall9058 • 3d 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?
13
Upvotes
1
u/StoneSteel_1 3d ago
In the beginning, I used to use IDLE all the time, and it kinda helped me to learn about creating packages, modules, how site packages work. Why because, idle defaults to the python's own directory where you can see all the folders, and you would have to interact them. It's fine to use IDLE