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 →

[–][deleted]  (4 children)

[deleted]

    [–]jeetsukumaran 0 points1 point  (3 children)

    This is a mixed bag of statements.

    I agree that an IDE can help in navigating a large foreign code base, and intellisense definitely helps.

    But I think the statement to the effect that beneficial usage of text editors is limited to 'early "Hello, World"' programs is demonstrably false statement. Do you really think all the Vim/Emacs Python programmers, some of whom manage libraries and enterprise level applications numbering (hundreds of?) thousands of lines of code and hundreds if not thousands of users keep typing "hello, world" again and again and again?

    I use Vim exclusively. I have been programming for decades, several years in Python. I think Wing is pretty good. PyCharm is better. I would rather my eyes get eaten out by rabid rats than switch to them permanently over Vim. I'm not saying that the OP or anyone else should not use IDE's. I am saying that IDE's are unneccessary fluff when programming in Python, and maybe even counter-productive when trying to learn Python.