Qhimm.com Forums

Off-topic forums => Completely Unrelated => Topic started by: Jenova's Witness on 2014-12-14 23:53:17

Title: .
Post by: Jenova's Witness on 2014-12-14 23:53:17
.
Title: Re: Need a Python IDE
Post by: Luigi Brosse on 2014-12-15 19:56:24
Please precise if you are looking for a fully fledged IDE or an advanced text editor.
Title: Re: Need a Python IDE
Post by: Vgr on 2014-12-16 00:33:27
If you're looking for an advanced text editor, Notepad++ is what I use daily. It has great syntax highlighting and indentation support. IDLE (https://docs.python.org/3/library/idle.html) seems pretty fine too, although I never used it (I prefer directly executing the code rather than go through IDEs).
Title: .
Post by: Jenova's Witness on 2014-12-16 01:50:48
.
Title: Re: Need a Python IDE (and by IDE I mean an IDE, not a text editor)
Post by: Luigi Brosse on 2014-12-16 07:39:47
Personally, I am using Sublime Text (since it has an included Python console), but this is more text editor than IDE.

As IDE, I tried out Spyder, quite oriented scientific programming and it was OK. However, for my daily job, it is too much.

I have also heard of Eric IDE, but never tried it out. You can also check https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#Python
Title: Re: Need a Python IDE (and by IDE I mean an IDE, not a text editor)
Post by: Vgr on 2014-12-16 18:44:04
If you're going to be using only single-file scripts, Notepad++ has an integrated launch setting. You can also create a simple script to get around that.
Title: Re: Need a Python IDE (and by IDE I mean an IDE, not a text editor)
Post by: farmboy0 on 2014-12-16 22:07:58
I use PyDev based on eclipse.