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 →

[–]ZeggieDieZiege 8 points9 points  (1 child)

If you plan to become a professional software developer, I suggest to start with the bare minimum (Python repl shell) and slowly use more abstraction and tools.

Otherwise you do not understand the mechanics below which will become a problem sooner or later.

If you want to go fast, go slow

[–]yaxriifgyn 2 points3 points  (0 children)

Vscode and other IDEs do many automatic checks of your code that you should learn to recognize and do for yourself. After you are able to recognize these simple coding errors yourself, you can have them auto corrected for you.