Saturday, February 1, 2025

Python

I've been learning the Python programming language for about 3 years now.  My best progress has come from Al Sweigert's Automate the Boring Stuff and my intro classes at Oregon State.  

Object Oriented Programming still eludes a foothold in my brain but it is coming along with each new lecture and assignment.

I started working on my first little web app using Flask last month and hope to finish by end of Q1.

Overcomplicating Recursion

As I study recursion and begin applying it in my homework, I notice some similarities, or at least tenuous connections between recursion ste...