Plotting Data with Plotly Offline Mode in an Air-Gapped EnvironmentWhen conducting demos in secure locations or areas with limited or no internet connection, displaying interactive visualizations of…Oct 16Oct 16
Load & Visualize HDF5 in PythonI came across encrypted network security data stored in HDF5 previously at work and recently learned that HDF5 is often used in other…Jun 72Jun 72
Concurrency & Parallelism in PyQtWhenever we look for answers on StackOverflow on how to optimize our solution to process and visualize big data or enhance software…May 19May 19
Python & NumPyThe first time I learned Python was for a research project related to the numerical decomposition of algebraic surfaces. Since then, Python…Apr 28Apr 28
Being impersonated online is no jokeToday, I discovered someone had created a WhatsApp profile of me with a different phone number.Apr 23Apr 23
Plotting IQ Data in QiskitIn radio frequency (RF) engineering, there is something called IQ data. IQ signals are commonly used in RF communication systems tasks such…Apr 22Apr 22
Merging Multi-level Index Pandas DataFramesWhile working on an analysis of multi-index Pandas dataframes generated from instrument hardware, I was trying to merge them into one data…Apr 12Apr 12
python -m flagI was testing one of the Python scripts in a custom library by running python graphutils/plot.py one level up from the folder. It threw an…Mar 28Mar 28
Spectrum, Spectra, SpectroscopyIn optics, a spectrum is a range of colors formed when a beam of white light is dispersed into a resultant rainbow. One of the common…Feb 12Feb 12