When one thinks of ways of customizing classes at creation time, people probably typically think of metaclasses and class decorators. Metaclasses are at typically viewed as the beginning of class creation while class decorators are at the end. But what yo... (more…)
Read more »
Propan is a powerful and easy-to-use Python framework for building asynchronous web services that interact with Any MQ Broker - GitHub - Lancetnik/Propan: Propan is a powerful and easy-to-use Pytho... (more…)
Read more »
There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl... (more…)
Read more »
BEM-based Python Class Construction. Contribute to fefa4ka/bempy development by creating an account on GitHub. (more…)
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 »