My collection of programming things I see on internet. Mostly python. - l0k3ndr/programming-notes... (more…)
Read more »
In this short article I will demonstrate a nifty trick to get your python tracebacks annotated with git blame information, specifically… (more…)
Read more »
Python natively does not support function overloading - having multiple functions with the same name. Today we see how we can implement and add this functionality to Python by using common language constructs like decorators and dictionaries. (more…)
Read more »
Tessellate your favorite 2D manifolds with triangles, hexagons, and other interesting patterns. - cwant/tessagon... (more…)
Read more »
Mesa is an Apache2 licensed agent-based modeling (or ABM) framework in Python. (more…)
Read more »