From one perspective, categories are just another algebraic structure, like groups, monoids and rings. They are these abstract things that have some abstract equational axioms and operations. They are the next stop on our magnificent category journey. A m... (more…)
Read more »
Score a library of Python books from No Starch Press and support charity! (more…)
Read more »
Declarative layer for your database. Contribute to raaidarshad/dbdeclare development by creating an account on GitHub. (more…)
Read more »
In Python, Integers are not iterables but we can make them iterable by implementing __iter__ function. In this essay, we change Python's source code and implement iter function for integers. (more…)
Read more »