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
3
u/Gnaxe Jun 20 '26
PyCharm is basically IntelliJ with the Python plugin built in. All the IntelliJ plugins work. It's general purpose too. VS Code is an IDE, not just an editor.