Ask not just what data your computer can track -- ask what you can do with tangible data. I invite you to take a journey with me thru an application of coding to help form new habits. I will show you how you can turn data into informational graphics that can transform your ability to self-assess. We will walk thru the process step by step, from the initial brainstorming steps, thru processing raw JSON data from Facebook's Graph API, to visualizing it with seaborn, a Python visualization library based on matplotlib.
This talk is designed to be beginner friendly, so you do not need to have experience with coding. The code shown in this demonstration will be in Python. It is not a workshop but you are welcome to bring your laptop to follow along during code demonstrations. If you choose to do this, please have Python 3 and the dependences (jupyter notebook, matplotlib, numpy, and seaborn) installed before the workshop and have a personal, local copy of JSON data from the api (to sidestep potential wifi issues). A pared down example of how to do this was written on my blog. (Link: https://goo.gl/5PKaCx)