Skip to content

Instantly share code, notes, and snippets.

View carande's full-sized avatar

Bryce Carande carande

View GitHub Profile
from socketIO_client import SocketIO
import json
SOCKET_HOST = 'https://brand.nioinstances.com'
class RunningAverage:
"""
Keeps a running average of some grocery type (eg, fruit)
"""
def __init__(self):