This video will show you how to create tests and setup continuous integration testing into your Python project! This Python tutorial series will help you cre... (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 »
This post is the first in a series of in-depth examples for analyzing gravitational wave data in Python, using the PyCBC package. There is also a notebook-version of this post, available here, in a repo of PyCBC examples. Motivation In order to analyze ob... (more…)
Read more »
A python based command-line lyrics downloader. Contribute to abhimanyuPathania/lyrico development by creating an account on GitHub. (more…)
Read more »
In this article I’ll give an overview of what ad-hoc data analysis is, how it’s done, and how its results can be organized with dstack.ai… (more…)
Read more »