Faster Python in Docker via disabling some Docker security settings

Analysis of Docker security configurations (e.g. seccomp) and effect on Python execution performance, on Ubuntu and Windows hosts. Read more

Similar

Create your own Python decorator

Python decorators were introduced in v2.4 (in 2003! 💾) and allow you to enhance the behaviour of a function or method. When introduced in PEP 318, the goal was to make to extend the @classmethod syntactic support to other functions. (more…)

Read more »

PySDR: A Guide to SDR and DSP Using Python

I discuss the challenges of teaching Digital Signal Processing (DSP) and Software-Defined Radio (SDR) concepts to those without any background in the area. At the University of Maryland I created an elective for undergraduates in the CS dept. that introd... (more…)

Read more »