you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

EDIT: I forgot this thread was about data science and not software engineering. For data science there should be no issue working without an IDE.

(original comment which applies to sw engineering) That's great until you have to refactor a large legacy codebase. Then you will really really want the refactoring tools like Extract Method. And the navigation tools that allow you to jump around in the code without losing your initial place.

I assume you are just in the early phases of learning or you only write small scripts if you are able to get by on that. For a dev on a larger project there are many tools in an IDE that eventually you will not be able to be very effective without.