vscode configure python code example
Example 1: pipenv with vscode
pipenv --py
take the output of this and put it in the "select interperter"
pipenv install --dev pylint
for error validation
Example 2: how to get python to output in the terminal in vsc
mkdir hello
cd hello
code .