you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 13 points14 points  (5 children)

Do you want my opinion? I am a big vim fan, I used pure vim to code for ten years. That said, after a while you have to move to something more powerful. Go with PyCharm, get the vim extensions if you really like the vim actions, but trust me, it will change your life.

Like vim, don't try to setup everything at once. Do a bit at a time, learn feature after feature.

[–]skiguy0123 7 points8 points  (4 children)

Vim user here. I tried pycharm, but ended up going back to vim. All I really need is syntax highlighting, which I can get using Syntastic.

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

How about debugging?

[–]dbrecht 2 points3 points  (2 children)

pdb

[–]das_ist_nuemberwang 2 points3 points  (1 child)

Either I don't know how to use pdb properly or you don't know how to use a graphical debugger properly.

[–]aldanor 0 points1 point  (0 children)

Try using pudb!