Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing e... (more…)
Read more »
Mix different games (normal, menu and messages) using the Game Loop pattern. Implementation with Python and Pygame. (more…)
Read more »
Efficient geo-spatial radius queries on a given dataset are a problem that we’re very regularly facing. Usually we handle the problem by… (more…)
Read more »
Figuring out how to install third-party libraries can derail people from learning to code or starting a new side project. We built the Universal… (more…)
Read more »
The Transcrypt Python to JavaScript compiler makes it possible to program lean and fast browser applications in Python. Transcrypt applications can use any JavaScript library and can also run on top of Node.js or be used in combination with Django. (more…)
Read more »