About Me

I'm a self-taught data scientist who is passionate about building better predictive models of The World. I spend a significant portion of my free time reading up on Statistics and programming pet projects using Python. I also like cycling, building PC's, playing FPS and racing games and travelling.

Tech Stack

I like using whatever tools are best for the project but I'm biased towards using Python when I could.

Do I know how to write a fizz-buzz script?

'''
Yes. Branchless programming not necessary
'''
for i in range(1,16):
    print(f"{'fizz'*(not i % 3)}{'buzz'*(not i % 5)}{str(i)*(i % 3 != 0 and  i % 5 != 0)}")

Joel Grus's implementation is also a good choice.

Personal Projects

All my personal projects can be found in my Github. Below are some of my recent projects that showcase my skills and interests.

Hobby Writing

I like writing non-academic non-fiction texts on my Substack.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris. Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor.

Contact Me