Microsoft Visual Studio Code is a flexible, cross-platform editor that can be transformed into a full-blown IDE for most any language or workflow. Over the past few years, it has exploded in ...
Like most of us, I've always treated my editor and terminal as two separate places, with constant back-and-forth between them. I would write code, switch to a terminal, run a script, scan the output, ...
Okay, that's not a very good description of what I am trying to figure out, which is this: I would like to be able to run Python scripts that are part of an installed library. E.g., I would like to be ...