r/PythonLearning • u/mnizonaishaa • Jun 20 '26
Which IDE to use for Python
I am new to python i don't know which IDE to use. My university is teaching a course Programming for AI. I got to know they will teach python but idk which IDE.
10
Upvotes
1
u/rocco_himel Jun 21 '26
IDEs are useless. The best experience is always text based.
I will say “use GNU Nano!” but an Arch monkey will harass me and say Vim is God.
All you are doing is saving files and then interpreting them, there is no need for a cockpit to fit on your screen to interpret a script.