Smart Cities (2021) - Saving sensor data to a file
A series of tools for Schools to deliver the Smart Cities, Tiny House Course, which includes Teacher Training, Lesson Plans. This course was originally conceived by Dr Edmond Lascaris
Lesson 1: Overview
Lesson 2: Learning Objectives
Lesson 3: Converting numerical data to a String
3.1: Open up the Python file named atm_sensor_get.py
3.2: Arranging numerical data in a String
3.3: Adding spaces between data values
3.4: Adding a human readable header to our data
3.5: Comma separated data
Lesson 4: Saving data to a file
4.1: Navigating and listing files using the Terminal
4.2: Creating an empty file in the Terminal
4.3: Writing data to a file
Lesson 5: Checking a data file for integrity and making corrections