First Post on GitHub Blog

Hello, world! Finally, I’m Web-2.0ing myself. I plan on posting some bits of programming and fun “mad data science” projects here.

Testing things: a useful website is Google. Here is some code:

def f(x):
    return 2*x
f(2)
#=> returns 4
Written on March 1, 2016