Opinionated coding guidelines and best practices in Python - rednafi/py-sanity... (more…)
Read more »
Python provides great built-in types like dict, list, tuple
and set; there are also array, collections, heapq
modules in the standard library; this article is an overview of
external lesser known packages with fast C/C++ based data
structures usable from ... (more…)
Read more »
A gzip-based text-classification system. Contribute to Sonictherocketman/gzip-classifier development by creating an account on GitHub. (more…)
Read more »
For many quantitative business professionals, the debate around analytics tools has been known to rival the enthusiasm of political conversations at Thanksgiving dinner. Over the past two years we’ve sent out an immensely popular SAS vs. R survey to our n... (more…)
Read more »
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 »