I am new to this and am trying to use my terminal to access Python and all i get is “zsh: command not found: python” when i type in python --version
Try using python3
. If you do not see the version you expect check that your ~/ .zprofile had added the location of python you installed to the PATH. It is a default option when you install python from python.org.