niceness (priority)

nice -n 15 python3 somePython.py &
Runs the script with priority 15 Priorities range from -20 to 19 where -20 is the highest priority

Change the priority of a running process:

renice -n 15 -p 39041