Note: all of this code was run on my machine using Python 3.6.1. Not everything will work the same if you test using Python 2. (more…)
Read more »
π Python library implementing sorted containers with state-of-the-art query performance and compressed memory usage - gvinciguerra/PyGM... (more…)
Read more »
Last year I took an elective on Computer Graphics (course notes) where I learned about OpenGL shaders, and image compression algorithms. (more…)
Read more »
This post contains a step-by-step example of a refactoring session guided by tests. When dealing with untested or legacy code refactoring is dangerous and tests can help us do it the right way, minimizing the amount of bugs we introduce, and possibly comp... (more…)
Read more »