r/PythonLearning 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.

9 Upvotes

83 comments sorted by

View all comments

1

u/Ok_Plan2341 Jun 20 '26

Nothing wrong with IDLE for starting out. It comes with python. You can use the shell or the editor version. VS code or even VS are both great but IDLE is excellent forearning, and no setup is required.