Loading Gravitational Wave Data in Python

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… Read more

Similar

Python GUI Programming with Tkinter

In this article, you'll learn the basics of GUI programming with Tkinter, the de-facto Python GUI framework. Master GUI programming concepts such as widgets, geometry managers, and event handlers. Then, put it all together by building two applications: a ... (more…)

Read more »

How to Build a Burner Phone in Python

What is a burner phone number? It's one you can drop for things you don't want to give out your real phone number to and can get rid of easily. This tutorial shows you how to build a Python burner phone with Twilio and AssemblyAI that will transcribe your... (more…)

Read more »