I have a smallish Python codebase. There is a type that is used ubiquitously throughout: Count. The current definition of the Count type is quite simple: (more…)
Read more »
The Monty Hall problem was first featured on the classic game show “Let’s make a Deal”. In the final segment of the show, contestants were…...
Read more »
Earlier, I have introduced the Ontology Smart Contract in Part 1: Blockchain & Block API and Part 2: Storage API Part 3: Runtime API Today, let’s talk about h... (more…)
Read more »
Are you doing a repetitive task that feels like it could be automated? I was. Every day for the past year I’d been importing new users for an app into MailChimp by hand. No more! Now that I’ve learned how to code I’ve handed that task over to Python and C... (more…)
Read more »
I've watched both of your talks on the Gilectomy project online and I read the thread here: https://lwn.net/Articles/723514/ but I haven't seen any updates to this repo. In your talk you even ment... (more…)
Read more »