News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
This gem solves the problem of several decimal places in divisions where the result must be presented in cents, that is converting the division result to only two decimal places and the difference is ...
This project demonstrates the implementation of Otsu's Binarization Algorithm in Java to perform image thresholding. The algorithm is widely used in image processing to convert grayscale images into ...