To run a Python script from the Desktop, you can use the following command in the terminal:
python3 ~/Desktop/your_script.py
Replace your_script.py with the name of your Python script. Make sure you have the terminal open and that you are in the correct directory if needed.
