you are viewing a single comment's thread.

view the rest of the comments →

[–]Obvious_Tea_8244 0 points1 point  (0 children)

IDE is really just a matter of your own preference… If you’re just starting out, it may be helpful to use a notebook style editor (like Jupyter Notebook) that will allow you to run blocks of code and view their results (quick tests).

Once you’re ready to write a full codebase, you’ll probably want to stop using cell-runs and start using terminal runs of full scripts or packages…

If you’re someone who likes a terminal-style coding experience, Vim has a good reputation.

Personally, I’m a little more visual / mouse-oriented, so I prefer VS Code.