Possible Duplicate:
What IDE to use for Python?
Which is the preferred text editor for python development, Vim, emacs or any other ?
There is no preferred editor for anything. It's whatever your personal preference is. I personally prefer emacs with python-mode because it makes indenting easier (and indenting is kind of important in python), but anything will work.
The best editor is the one that works for you. Period! If you are comfortable with gedit
, use that. If you are comfortable with emacs
, use that. The word best is subjective, unless you are looking for specific features that vary from one to another.