We met this Saturday at iBooks and brainstormed some ideas for projects; John is interested in using maps for data visualization. We also talked a little bit about object oriented programming, looking at some of Charlie's older code. Colin patched a bug we found!
class cell: def __init__(self, state=0): self.state = state def __str__(self): return self.state
def __str__(self): return str(self.state)
Dulce says the designs generated look like skulls!
