Category: code
-
Senior Dev Confirmation
I spoke with one of our senior software developers at work yesterday. I told her I’ve been studying at home to learn a tech stack to prepare myself for applying for DevOps roles, and that one of the things I’m learning is Python. I asked her for feedback and/or suggestions. She’s been coding a long…
-
Loops and Conditional Statements
My process with Python involves reading theoretical explanations of concepts, then immediately typing out and running the code myself. Typing out the code builds good muscle memory and is also just generally good practice. If something doesn’t run as expected, I review my code and look for things like syntax errors, logic errors, and data…
-
Flow Control
Tonight’s Python lesson. It’s still pretty basic, but at least it’s a few steps beyond “Hello, world.” This was based on Chapter 2 of Automate the Boring Stuff with Python.Programmers tend to have a peculiar sense of humor (see code example). 2025-07-17Focus Areas: Python – flow control fundamentals, Boolean logic, conditional statements, and decision-making in…
