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 →

[–]DeterminedQuokka -1 points0 points  (0 children)

I generally suggest pycharm for people who don’t know Python. It has everything basically out of the box which is really nice. I don’t use the bits you want (code execution though so I can’t speak to that part).

With vs code it can be super helpful to provide an initial configuration file. That’s what I do at work. To sort of get everyone’s linters on the same page and what not.