People often write
about languages
that compile to JavaScript. But what if you want to run
languages in the browser? Without any API to proxy code and I/O to a
standard language implementation on a server? Languages that compile
to JavaScript... (more…)
Read more »
I’ve recently started using the starmap function in python quite frequently
in my analyses. I think it has several advantages
including readability, flexability, and above all, very simple parallelism.
In this post I’ll cover what the starmap function...
Read more »
Next month, Python’s primary package installer, pip, will release a breaking change. Stewardship is about adding capabilities without… (more…)
Read more »
It was a magical, “aha!” moment when I first learned about multithreading. The fact that I could ask my computer to do actions in a parallel manner delighted me (although it should be noted here… (more…)
Read more »