Which IDE are you using for Python development and why that one? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Which IDE are you using for Python development and why that one?

I have been using IDLE for quite a while, and for small scripts it is a great tool, but now I want to start a bigger project and think about trying a different IDE with more features, e.g. line numbering, code completion, auto-closing brackets etc. It would be great if I could use the same IDE for different languages including Java SE, C, C++, HTML, PHP, CDs JavaScript, but that is (for me) not mandatory.

22nd Dec 2017, 5:29 AM
Stefan
7 Answers
+ 18
I'll go for PyCharm a thousand times. It's for Python thou.
22nd Dec 2017, 7:50 AM
Justine Ogaraku
Justine Ogaraku - avatar
+ 5
Wing IDE is also a decent option. There’s a ton of IDE’s out there, just find one that suits your needs :)
22nd Dec 2017, 5:45 AM
Jared
Jared - avatar
+ 4
I use PyCharm. It's a very versatile high quality IDE, there is a free community edition, and I'm used to the interface.
22nd Dec 2017, 5:39 AM
ChaoticDawg
ChaoticDawg - avatar
+ 4
Have you tried Notepad ++? It supports multiple languages and although you can't run it directly, you can do it via Command Prompt. 😉 Or you could use PyCharm and Geany, two others I use, but they cannot support multiple languages.
22nd Dec 2017, 5:40 AM
blackcat1111
blackcat1111 - avatar
+ 3
I've been using Komodo
22nd Dec 2017, 3:48 PM
Dan
Dan - avatar
+ 3
@Stefan its not really all that different than IntelliJ IDEA. I think you can actually use IntelliJ, but you may need the purchased edition. I'm not really sure about that you may also be able to just install a plugin on the community edition. I use it because of its similarities and familiarity with IntelliJ as I already know how the user interface works.
22nd Dec 2017, 6:06 PM
ChaoticDawg
ChaoticDawg - avatar
+ 2
Thanks for all answers, I really appreciate the feedback from all of you and will look at your recommendations one after the other. To those using PyCharm: what is so different to IntelliJ IDEA?
22nd Dec 2017, 4:00 PM
Stefan