Interactive Timeseries Visualization — I am working on a mini project that, simply put, will be a webpage that visualizes BOLD timeseries for a particular task and contrast. The goal is to have these average group timeseries created and uploaded automatically so that there... Read more
—Hi, I'm VanessaSaurus, a Software Engineer.
Building tools, containers, and cloudy things, with a penchant for Python and parsnips. -- about me
Raaawwr..!
Sudo, make me a sandwich! — I love this cartoon from xkcd As I dream up a new design for this, how about some sandwich python? #!/usr/bin/python class sandwich: def __init__(self): self.sandwich ={'bread':'None','made':False,'spread':'None','name':'None'} def __repr__(self): return "<Name:%s,Made:%s,Spread:%s,Bread:%s>"%(self.sandwich['name'],self.sandwich['made'],self.sandwich['spread'],self.sandwich['bread']) def getFromPantry(self,fillings,bread): self.sandwich['spread'] = fillings self.sandwich['bread'] = bread def... Read more
—Peanut Butter Chip Cookies — This was a recipe that I found based on the ingredients that I happened to buy at Trader Joe’s. I chose to add chocolate and white chocolate chips to yield a more interesting outcome! Ingredients 1 1/2 cups all-purpose flour... Read more
—NPR Puzzle of Week Class — Merry Christmas everyone! I wanted to share the start of a class that I have written (and will very likely keep modifying) in python to solve NPR Puzzle’s of the Week. These puzzles commonly involve shuffling around letters in a... Read more
—