This summer I worked on my first substantial research project in Python. I’ve used Python for a number of small projects before, but this was the first time that it was important for me to have an efficient workflow for working with many models at once. I... (more…)
Read more »
The Python subprocess module is a powerful swiss-army knife for launching
and interacting with child processes. It comes with several high-level APIs like
call, check_output and (starting with Python 3.5) run that are
focused at child processes our progra... (more…)
Read more »
Github Actions is an API for cause and effect on GitHub, which became generally available on November 13, 2019. Actions lets you trigger a workflow in response to a number of different events. While I believe it is most commonly used for CI/CD pipelines, ... (more…)
Read more »
DJ Patil and Jeff Hammerbacher coined the title Data Scientist while working at LinkedIn and Facebook, respectively, to mean someone who “uses data to interact with the world, study it and try to come up with new things.”... (more…)
Read more »