Python Forum

Full Version: Need Suggestion for a Good Python IDE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After programming in C++ for over 3 years now I finally decided to move for Python programming. However, after searching and going through many lists about best Python IDEs i,m not sure whic IDE should i go for. Since you all guys using Python and programming in it from a long time, so what IDE you will suggest starting as a beginner.
This was discussed many times, so have a look at past threads.
I think most of active users here would say VSCode or PyCharm. But there are also others
https://python-forum.io/Thread-VS-Code-Editor
https://python-forum.io/Thread-Need-some...0#pid48720
Oh thankyou, i didn't know that, yeah i heard and read a lot about PyCharm when it comes to Python programming but i thought it will be better to check from experts :D
If you have programmed C++ for three years you a definitely not a beginner.

I am not software developer but I have found that atom and Jupyter Lab serve my needs well.
I was using PyCharm in the past, but now I use VS Code.
When on Windows, for something quick I would also use Notepad++, but more like replacement of IDLE, not like full-fledged IDE
I prefer a great editor -Kate- over an IDE for python.
Really Thankyou for all of your suggestions...... :)