how to use python with visual studio code example
Example 1: visual studio python
# I recommend for Python to use Pycharm!
Example 2: how to run python code in visual studio 2019
# Video explanation here because its too hard explaining it with words
Example 3: vs code install python package
py -3 -m venv .venv
.venv\scripts\activate