I'm writing a Python Script for a Raspberry Pi to meassuremeasure different sensors. We are planning to send the Pi with that Script running to the stratosphere, so the power usage for the Pi is limited.
I excuse myself in andvanceadvance for the code, I had no prior experience with Python. Are there any ways I can make this code more battery friendly? Would it be beneficial to write 10 rows at once instead of writing one row at a time?