Meet the OLED: Pixels, Coordinates, and show()Use a Pico and SSD1306 OLED to learn I2C wiring, screen coordinates, drawing commands, and the frame buffer behind show().Python Micropython Raspberry-Pi-Pico ElectronicsAugust 16, 2026 120 min read
Object Types: Building Things with State and BehaviorBuild a small virtual-pet model while learning how Swift types hold state, define behavior, and create valid instances.Swift Object-Types Programming-FundamentalsAugust 16, 2026 90 min read
Brightening and Averaging Images with NumPyA question-and-answer introduction to safe image arithmetic, vectorization, clipping, stacking, axes, and image averages with NumPy.Python Numpy Image-ProcessingAugust 16, 2026 120 min read
Intro to ML With PythonGet started with Python and Machine Learning with a fantastic, free, online coures.PythonApril 19, 2026 1 min read
Scratch Projects & WeSchemeIf your new to coding check out some of my Scratch Games.Scratch Wescheme Beginner-ProgrammingMay 30, 2025 1 min read
The Hungry Philosophers ProblemCool puzzle related to synchronization issues in concurrent programming.Concurrency Synchronization Computer-ScienceApril 5, 2025 3 min read