Author Topic: .  (Read 3718 times)

Jenova's Witness

  • Right Wing Safety Squads
  • *
  • Posts: 471
  • I ♥ SCIENCE
    • View Profile
.
« on: 2014-12-14 23:53:17 »
.
« Last Edit: 2015-11-16 07:35:25 by Jenova's Witness »

Luigi Brosse

  • *
  • Posts: 55
    • View Profile
Re: Need a Python IDE
« Reply #1 on: 2014-12-15 19:56:24 »
Please precise if you are looking for a fully fledged IDE or an advanced text editor.

Vgr

  • Global moderator
  • *
  • Posts: 2163
  • If it quacks like a duck, it must be a duck
    • View Profile
Re: Need a Python IDE
« Reply #2 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 seems pretty fine too, although I never used it (I prefer directly executing the code rather than go through IDEs).

Jenova's Witness

  • Right Wing Safety Squads
  • *
  • Posts: 471
  • I ♥ SCIENCE
    • View Profile
.
« Reply #3 on: 2014-12-16 01:50:48 »
.
« Last Edit: 2015-11-16 07:35:38 by Jenova's Witness »

Luigi Brosse

  • *
  • Posts: 55
    • View Profile
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

Vgr

  • Global moderator
  • *
  • Posts: 2163
  • If it quacks like a duck, it must be a duck
    • View Profile
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.

farmboy0

  • *
  • Posts: 15
    • View Profile
I use PyDev based on eclipse.