The Monster Group in Python

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… Read more

Similar

Detecting Face Features with Python

We have covered before how to work with OpenCV to detect shapes in images, but today we will take it to a new level by introducing DLib, and abstracting face features from an image. Essential OpenCV Functions to Get You Started into Computer Vision Dlib i... (more…)

Read more »

The Python Launcher for Unix

The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)

Read more »