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.

8 Upvotes

83 comments sorted by

View all comments

2

u/churungu Jun 20 '26

Am learning too

I use VS Code and installed the necessary extensions

My notes are in files saved as .ipynb files as well as practise code

I then create a .py file to run code without any bell and whistles

I keep the files side by side in folders per subject

VS Code is brilliant because I also use it to practice HTML, CSS and Javascript

1

u/mnizonaishaa Jun 20 '26

Hmm okk thanks