Hello World
We use python to write all of our scripts.
On our raspberry pi every python script starts with a shebang line : “#!/usr/bin/python”.
The shebang line tells raspberry pi the app that it needs to run the program.
This means that we are...
Read More