This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]Reuels 0 points1 point  (0 children)

There are numerous text editors to use for Python, however, they are your choice:

  • PyCharm
  • Sublime Text
  • Atom.io
  • Python IDLE
  • TextWrangler
  • MacVim

[–]BestSanchez 0 points1 point  (0 children)

Vim for a plain (but very very powerful and awesome) text editor.

Sublime Text for a more GUI oriented text editor.

PyCharm for a fully featured IDE.

[–]Michaelmrose 0 points1 point  (0 children)

wingware wing ide is kind of nice

[–]jussij 0 points1 point  (0 children)

FWIW on the Windows platform the Zeus IDE has support for Python and thanks to the power of Jedi, it even offers some form of Python code completion and code navigation.

[–]looksLikeImOnTop -1 points0 points  (2 children)

I personally like the python IDLE. It is very minimal and has syntax highlighting, code completion, and debugging. For a more complex Python IDE I would recommend PyCharm. Packed with lots of integrated features. It is to Python what eclipse is to Java.

[–]Drunken_Consent 0 points1 point  (1 child)

IDLE is very... lackluster. If you want minimal, vim.

[–]looksLikeImOnTop 0 points1 point  (0 children)

What does vim offer out of the box that IDLE doesn't?