python3 --version
-> Python 3.7.4
python --version
Downloads
-> Download Python version_number
Install Certificates.command
Extensions
icon, upper left column, last iconPython
, created by Microsoft and then installCommand
+ Shift
+ p
hold down all three and when the search bar appears
type in python: select interpreter
, then select it and choose the version of python you have installed.debug
icon on the left pane, and confirm No Configurations
, click on the gear:
Python
as your environment (help)launch.json
file
"cwd": ""
to the json listCode
-> Preferences
-> Settings
python.pythonPath
and confirm that it uses python3
python3
to enter python command line modeexit()
to exit the interpreterpython3 path_to_file
__name__
__name__
variable to __main__
parms_module
)ParmsClass
)self
cls
MAX_VALUE
)