How to start my own script at the END of boot

Solution 1:

Try starting your script from cron using @reboot time specification. For example create a file /etc/cron.d/myscript with the following contents:

@reboot root /usr/bin/python3 /home/jc/jcCode/at_start_pyscript.py