Coding in Python is awesome and is getting more awesome with every new release! For me, this is mainly due to the massive amount of freely available libraries, its readability, and the recently… (more…)
Read more »
Cheat sheets can be really helpful when you’re trying a set of exercises related to a specific topic, or working on a project. Because you can only fit so much information on a single sheet of paper, most cheat sheets are a simple listing of syntax rules.... (more…)
Read more »
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 »
This article introduces readers to the fascinating world of Python, which is a very versatile programming language. (more…)
Read more »
Data compression algorithms represent a long sequence of symbols using a fewer number of bits than the original representation. There are 2... (more…)
Read more »