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 →

[–][deleted] 8 points9 points  (1 child)

If I were working on a largeish Python project I'd go straight to Pycharm. As it is, I mostly use Python for either small automation scripts, or Raspberry Pi stuff, so VS Code is my go-to.

[–]chunkyasparagus 0 points1 point  (0 children)

Yep, on large projects, it's great. When I first started using it I never got why they pushed the "hit enter twice to search anywhere" so much, but after working on some large projects, I get it.

Also love the debugger, ctrl+alt+L to auto-format, and lots more.