Sunday, October 26, 2025
hobby Life STEM

Estimating the final pH, GH, KH of your water mixture

As a fish and shrimp keeper on different tanks with different creatures requiring different water parameters and conditions, it does me good to keep track of all those especially when replacing or changing water, or adjusting parameters for optimal suitability of the creatures. For example, for the shrimp tank, keeping track of KH, GH are […]

Read More
Coding STEM

Calculating Euclidean Distance in Python

Euclidean distance is the length of the line segment between two points in Euclidean space. It can be calculated from the Cartesian coordinates of the points using the Pythagorean theorem. It is a simple formula enough to be calculated by hand but powerful enough to be used in Machine Learning and Artificial Intelligence applications for […]

Read More
Analytics Education STEM

Interactive Reports – State Facts

Here’s an interactive data visualization of some key stats about each state (and DC) such as: state capital, size in square miles, largest city (by population), state population, year of statehood, population density (taking into account land size), population change in percentage over the years, highest peak in state and median household income. Population change […]

Read More
Back To Top