Projects

Here is a list of projects/ideas/stuff that I have worked or I am working on right now:

  • WhatHappenedThere?: This app finds the Wikipedia page for any topic, downloads the time series of its daily visits, find spikes and connects them with relevant news in the New York Times. Have a look at my blog entry about it for more details about how it works.

  • NYC taxi rides: I took on analyzing the TLC Trip Data in order to find the areas and times that would give cab drivers higher returns for their time. Check out the blog for a deeper explanation and lots of cool maps!

  • Election Words: Following up on congress_words (check just down here), I asked myself: what should one be talking about to be elected to congress? And how does that change state by state? To answer that I found out what the people that get re-elected a lot talk about and here is my (preliminary) analysis. You can find the project on github and let me know what you think of it.

  • Congress Words (website): I extended the congress_words project above and rewrote it to make it a website (here). I used only JavaScript and jQuery, there is no python script in the backend. Play with it! (And check it out on github).

  • Congress Words: This python script outputs a map of the US in which each state is colored based on how many times a congress member from that state has pronunced the word or expression of your choice. To play around with the maps visit this website, where I implemented it online (see down under the map for details). Here is an example: a map genareted using the word 'welfare':

welfare map

  • floodmyhood: This ongoing collaborative project is aimed to show the effects of ice melting and its actual impact.

  • Portfolio Tracker: This is a python tool that allows you to manage a stock portfolio. Just run the code and you will be able to buy the stocks that you want, see they value and the value of your portfolio.