Skip to content

Instantly share code, notes, and snippets.

@manosv
manosv / 00_none.py
Created May 14, 2016 17:23 — forked from tdicola/00_none.py
Files used in 'Raspberry Pi & Python basic data storage with Tony D!' live stream.
# Python Data Storage Demos Example 0: No Data Storage
# Basic setup for demos which show different ways to store program state (data)
# using standard and other Python libraries. This example has no data storage
# and will always show default values when run.
#
# Author: Tony DiCola
# License: Public Domain
# Create a class to represent a person and their favorite color.