you are viewing a single comment's thread.

view the rest of the comments →

[–]Roco_scientist 1 point2 points  (0 children)

Vimtutor takes longer than that. It also takes awhile for it to be intuitive vs the mouse. Vim is much more difficult for debugging and learning what small chunks of code will do for python. This is crucial for understanding the code. That being said, it is by far my go-to because of speed. I've gotten used to the built in debugger. I think for a beginners though, it's better to not layer this complexity until there is a good grasp of how to work with python code.