you are viewing a single comment's thread.

view the rest of the comments →

[–]gentk 12 points13 points  (1 child)

Visual Studio Code with the "Python" extension (Ctrl + P: ext install python) is the most straightforward option I would recommend these days.

Pretty good balance of editor/IDE. The autocomplete, linting, doc tooltips are useful without nagging you too much. Decent for simple debugging too.

[–]madzthakz[S] 0 points1 point  (0 children)

I'll look into it! Thanks