setting up python environment in visual studio code 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
py -3 --version