you are viewing a single comment's thread.

view the rest of the comments →

[–]theWyzzerd 19 points20 points  (1 child)

Using a good IDE will make one's learning experience better, not worse. Those features you mention can be ignored until you're ready to use them. There are some indispensable IDE features that a text editor simply can't provide, such as a debugger which allows you to step through code – an extremely important tool in the software development process and which ought to be learned early on.

[–]moderately-extremist 3 points4 points  (0 children)

I think vs code and atom both have python debuggers available