March 2017
Beginner to intermediate
422 pages
8h 4m
English
Loops are one the most common programming functions, and very useful when doing things such as collecting readings over and over and reading through log files or sensor data. In this recipe, we will look at the different ways in which Python handles loops.
We're going to work with Raspbian's built-in Geany IDE:
rpz_log_analysis.py. We will use add to this program throughout the chapter.rpz_temp.log and rpz_startup.logRead now
Unlock full access