Probably the largest hurdle when learning any new programming language is simply knowing where to get started. This is why we, Chris and Susan, decided to cr... (more…)
Read more »
Profiling is a critical step when we try to optimize our code. There are a lot of profiling tools in the market. However, most of them… (more…)
Read more »
As part of my random walk through topics, I was playing with shaders. I switched over to python because I didn’t feel like hacking out a linear solver. There are a number of different methods for simulating fluids. I had seen Dan Piponi’s talk on youtube ... (more…)
Read more »
This post originally appeared on the Yhat blog. Yhat is a Brooklyn based company whose goal is to make data science applicable for developers, data scientists, and businesses alike. Yhat provides a software platform for deploying and managing predictive a... (more…)
Read more »
Python3 Maze Generator with Disjoint Set. GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »