Generalized Additive Models in Python. Contribute to tommyod/generalized-additive-models development by creating an account on GitHub. (more…)
Read more »
Most of the time bugs are a result of faulty logic on behalf of the programmer, but what happens when it’s the programming language itself… (more…)
Read more »
Not so long ago I was doing some research in analytic number theory. It was merely for my own sake at home in the evening. It was just a hobby project to satisfy my curiosity. At some point, I was… (more…)
Read more »
I like Kubernetes way of declarative workload configuration, but handling cluster state using dozens or hundreds of YAML files is impractical. Of course, one can just combine them all into a single uber-YAML :smile:. But the harsh reality is, despite the ... (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 »