Python
#!/bin/bash
#$ -cwd
#$ -l h_rt=8:00:00,h_data=2g
#$ -o Stdout.$JOB_ID
#$ -e Stderr.$JOB_ID
#$ -j n
#$ -m bea
# Use system-wise modules
source /u/local/Modules/default/init/modules.sh
module load python/3.9.6
# Run program
python3 /path/to/your/Python/script.py