PEP 733 – An Evaluation of Python’s Public C API

This informational PEP describes our shared view of the public C API. The
document defines: Read more

Similar

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... (more…)

Read more »

Create an Excellent Python Dev Env

There are a huge number of Python dev tools around, a number of them are essential for my day to day development. However, they tend to suffer from a lack of discoverability and it takes a while to find what works for you.

Read more »