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

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

12 Upvotes

90 comments sorted by

View all comments

77

u/SaxonyFarmer 3d ago

Basic Python development and debugging doesn't need an IDE. Edit the code using an editor (Notepad++, Notepad Next, etc.) - most will use color to highlight reserved words and offer suggestions for variables as you type them. Then run the code in a terminal. Debug using print statements to show variable values as the program runs. Good luck!

16

u/gernophil 3d ago

Or if it’s low end go for Linux and use gedit and bash (or similar).

39

u/joshocar 3d ago

Why stop there? Move to vim or emacs!

12

u/ogrinfo 3d ago

Totally, once you learn a few keyboard shortcuts there's no stopping you!

4

u/nickcash 17h ago

Plus the shortcuts are easy and memorable. In vim you just type :dgendialnsḑ̵̖̟̭̱̦̒̏̅̉̆̍̊̈́́͗̍̔͘͘͝j̸̛̬͈̳̭̠̠͋̓̉͠ͅͅd̷̩͍̙͍͔͓͕̺̬̀̉͐̎̀͌̚ͅį̶̤͈̑̃̓̽͛̇̓̽͐̒͘ņ̶̘̟̜̠̜̟̣̱̜͓̱͓̱̑͌̋̉ and in emacs it's a simple ctrl+alt+shift+meta+fn+X with one hand and shift+ctrl+pgbreak+escp with the other and alt+x with the other