We've been experimenting with breaking up employees into random groups (of size 4) and setting up video hangouts between them. We're doing this to replace the serendipitous meetings that sometimes occur around coffee machines, in lunch lines or while wait... (more…)
Read more »
Set up your Windows development environment using the subsystem for Linux to work with Python, Node.js, and more. (more…)
Read more »
In this tutorial, you'll learn what correlation is and how you can calculate it with Python. You'll use SciPy, NumPy, and Pandas correlation methods to calculate three different correlation coefficients. You'll also see how to visualize data, regression l... (more…)
Read more »
py2rs - A quick reference guide for the Pythonista in the process of becoming a Rustacean... (more…)
Read more »
I figured out how to run a subprocess with a time limit for [datasette-ripgrep](https://github.com/simonw/datasette-ripgrep), using the `asyncio.create_subprocess_exec()` method. The pattern looks like this: (more…)
Read more »