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 »
This post looks how to improve the quality of your Python code with linters, code formatters, and security vulnerability scanners. (more…)
Read more »
DepthCryption is bleeding edge encryption package that offers a novel approach to encryption that has never been seen before, offered through incredibly easy to use functions with an impressive sui... (more…)
Read more »
REPL stands for Read-Evaluate-Print Loop. It was/is the standard way of interacting with LISP based systems. It means interacting with a live interpreter, modifying the program and the data, computing useful results and developing end-user applications in... (more…)
Read more »