Published inTowards Data ScienceAnalyze Scientific Publications with E-utilities and PythonHow to gather data about scientific literature and discover trendsMay 19, 20232May 19, 20232
Published inArtificial Intelligence in Plain EnglishComprehensive Guide for Scientists Using ChatGPT3A discussion of this technology’s promise, as well as pitfalls and perilsFeb 28, 20232Feb 28, 20232
“Out of memory” in MATLAB? Easily cut memory use in half with this tipI’ll demonstrate how simply changing the precision of your numeric data can cut your memory usage by half or even moreAug 30, 2022Aug 30, 2022
Can you transition from MATLAB to Python without classes?To be as successful in Python as you are in MATLAB, you’ll need classes — but not the ones you are imagining.Jul 31, 2022Jul 31, 2022
A few MATLAB table tricks I had to learn the hard wayTables are very versatile which means there isn’t a single document explaining the uses you might have for them, which is why I created…Mar 12, 2022Mar 12, 2022
Bimodal or trimodal data? Try a Gaussian Mixture ModelIf you are using MATLAB to analyze data containing two or more normally distributed populations, this tutorial could help you sort them outFeb 6, 2022Feb 6, 2022
Use MATLAB to create beautiful, custom violin plotsOne of the most desired plot types, a favorite of R users, is the violin or half-violin. In this post I show how to accomplish this in…Feb 3, 2022Feb 3, 2022
How to make an after-hours market scanner with Selenium and YahooThis article describes how Selenium in Python can be used to easily obtain pre- and post-market quotesFeb 2, 2022Feb 2, 2022
Published inThe StartupYet Another Way Colormaps Can Be Used to Enhance Your Data VisualizationFor most scientists, there is a ton of utility in switching between colormaps.Feb 18, 2021Feb 18, 2021
Day 29: Join your tables to make a sorted boxplotJoining tables is an art and the benefits and consequences of joining are not always be clear. Here, I’ll describe a simple case that…May 29, 2020May 29, 2020