Start your Python journey by setting it up correctly on your system.
python --version
pip install notebook
Python usually comes pre-installed. Use python3 and pip3 in the terminal.
python3
pip3