Best IDE or Editor for python?

I've always used Spyder, it has proved to be pretty decent. Has all the features I need in an IDE anyway :)

I think Eclipse has Python plugins, but it's more of an addon so not sure how great that is. There is NetBeans as well, again no idea how good that is.

If you just want a plain editor, medit is great for mucking about and has syntax highlighting and a built in terminal.
 
You can use the built in gedit, it has python syntaxing. The only downside is the rows aren't numbered.

Edit > preferences > display line numbers :)

Personally I use gedit with additional plugins for block commenting and other stuff. I use python mainly for physics though so generally I'm doing small scale projects, not full blown programming.

If you're new to programming I'd recommend sticking with text editors, perhaps one with the odd extra feature like syntax highlighting (found in editors like gedit/kate/etc). If you get into programming and need some higher level features then I'd take a look at an IDE :).
 
I use VIM but any decent text editor will do, clever IDEs like VS, intelliJ, Eclipse etc don't exist (or not needed depending on who you talk to) because they are very difficult to do due to Pythons dynamic nature.
 
Seriously, though, Vim really does wonders for your productivity once you get the hang of it (which admittedly can take a bit of time). Being able to carry out just about any common task with just a few keystrokes and never having to take your hands off the keyboard is very useful.
 
Seriously, though, Vim really does wonders for your productivity once you get the hang of it (which admittedly can take a bit of time). Being able to carry out just about any common task with just a few keystrokes and never having to take your hands off the keyboard is very useful.

Emacs > Vim :p
 
Emacs > Vim :p

One more for the ignore list!

vendaval_1236.gif
 
Back
Top Bottom