Sometimes we could need to start a Python script when Raspberry Pi boots up in a full autonomous way.
RPi could be really useful if used headless, without a direct user interaction (at least when starting the system), so if we created a script for a RPi that needs to be executed at startup, we also need a way to accomplish this task.
In this post I will describe a way to execute a Python script (but this works also for every other kind of software) when booting the RPi.