The mmgroup package is a python implementation of Conway’s
construction [Con85] of the monster group \(\mathbb{M}\).
In mathematics the monster group \(\mathbb{M}\) is the largest
sporadic finite simple group. The group \(\mathbb{M}\) has order... (more…)
Read more »
Two tools I find very useful when navigating large C code-bases with Vim are ctags and cscope. (more…)
Read more »
Apply markdown to Python strings to get ANSI. Contribute to 3digitdev/anansi-tags development by creating an account on GitHub. (more…)
Read more »
How to build responsive bar charts with the Bokeh data visualization library, Flask and Pyton 3. (more…)
Read more »
Need to override an operator in your Python class? Ever wonder what all those double-underscore class methods do? Here's your answer. Note that thi...
Read more »