I am trying to start a python script called "irremote.py" on startup (currently in my home directory).
I am running raspbian-stretch on a Pi Zero W, and I would like the script to start without a login or other user input. I will not be using this Pi Zero for anything else.
I've done some research into the topic and found a variety of different methods, some which appear to be outdated.
What is the best way I can start my python 3 script?