Python command line arguments are the key to converting your programs into useful and enticing tools that are ready to be used in the terminal of your operating system. In this step-by-step tutorial, you'll learn their origins, standards, and basics, and ... (more…)
Read more »
Parameterisation is a technique which makes testing simpler, more concise andmore effective. It does this by separating test logic from test data. Let’sconsi... (more…)
Read more »
I’ve been working on a dataframe implementation in Haskell for about a year now. While my focus has been on ergonomics the question of performance has inevitably come up. I haven’t made significant performance investments but I thought it might be worth s... (more…)
Read more »
TLDR: In this blogpost, we're going to prototype (from scratch) and learn the intuitions behind DeepMind's recently proposed Decoupled Neural Interfaces Using Synthetic Gradients paper. (more…)
Read more »
Basic SAT model of x86 instructions using Z3, autogenerated from Intel docs - zwegner/x86-sat... (more…)
Read more »