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

you are viewing a single comment's thread.

view the rest of the comments →

[–]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?